up Inquisit Language Reference

joystickthreshold attribute

The joystickthreshold attribute specifies the sensitivity of the joystick device to movement.

Member of

<defaults>

Syntax

/ joystickthreshold = integer

Parameters

integer A integer value ranging from 0 to 100.

Remarks

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.

Examples

The following sets the default input device to a joystick and sets the threshold to 20:

<defaults>
/ inputdevice = joystick
/ joystickthreshold = 20
</defaults>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.