JOY_SETTIMEOUT int *limit |
| Set the time limit (in microseconds) for reading the joystick status. Setting a value too small may prevent to get correct values for the positions (which are then set to -2147483648), however this can be useful if one is only interested by the buttons status. |
JOY_GETTIMEOUT int *limit |
| Get the time limit (in microseconds) used for reading the joystick status. |
JOY_SET_X_OFFSET int *offset |
| Set the value to be added to the X position when reading the joystick status. |
JOY_SET_Y_OFFSET int *offset |
| Set the value to be added to the Y position when reading the joystick status. |
JOY_GET_X_OFFSET int *offset |
| Get the value which is added to the X position when reading the joystick status. |
JOY_GET_Y_OFFSET int *offset |
| Get the value which is added to the Y position when reading the joystick status. |
|