Returns: A bitfield representing which buttons are present.
Returns: A bitfield representing which axis are available.
The bit positions of the returned value correspond to the following constants defined
in the FreeJoy module:
Const JOY_X=0
Const JOY_Y=1
Const JOY_Z=2
Const JOY_R=3
Const JOY_U=4
Const JOY_V=5
Const JOY_YAW=6
Const JOY_PITCH=7
Const JOY_ROLL=8
Const JOY_HAT=9
Const JOY_WHEEL=10
Returns: The system name of the joystick.
Returns: True if the button is pressed.
Returns: Zero if the joystick is centered, -1 if Left, 1 if Right or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween. The U value of a joystick usually corresponds to a joystick's 'slider' or 'throttle' feature, although this may vary depending on the joystick, and will not be available with all joysticks.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween. The V value of a joystick usually corresponds to a joystick's 'slider' or 'throttle' feature, although this may vary depending on the joystick, and will not be available with all joysticks.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
Returns: Zero if the joystick is centered, -1.0 if Left, 1.0 if Right or a value inbetween.
Module | pub.freejoy |
Version | 1.00 |
Author | Simon Armstrong |
License | Public Domain |
Copyright | Blitz Research Ltd |
Modserver | BRL |