123456789101112131415161718192021222324252627282930313233 |
- .. _func_input_joyx:
- ====
- JoyX
- ====
- JoyX -
- Description
- ===========
- .. code-block:: blitzmax
- JoyX#( port=0 )
- Reports the horizontal position of the joystick.
- Parameters
- ==========
- Return Values
- =============
- Zero if the joystick is centered, -1 if Left, 1 if Right or a value inbetween.
- Examples
- ========
- See Also
- ========
|