mapper.virtual_joystick()
mapper.virtual_joystick(devid)
This funciton opens the vJoy device and create a vJoy
object that functions as a feeder.
Note
If you use this function, you need to have vJoy installed.
Parameters
Parameter | Type | Description |
---|---|---|
devid | number | Device ID of the vJoy device. |
Return Values
This function returns a vJoy
object.