The joystickthreshold attribute specifies the sensitivity of the joystick device to movement.
<defaults>
integer | A integer value ranging from 0 to 100. |
The threshold is specified on a scale from 0 to 100. A threshold of 0 indicates that any joystick movement qualifies as a response, and 100 indicates that the joystick must be fully extended in a particular direction to qualify as a response. The appropriate setting will vary depending on the joystick. The default setting is 50.
The following sets the default input device to a joystick and sets the threshold to 20:
<defaults>
/ inputdevice = joystick
/ joystickthreshold = 20
</defaults>