func_input_joyyaw.rst 367 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_input_joyyaw:
  2. ======
  3. JoyYaw
  4. ======
  5. JoyYaw -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. JoyYaw#( port=0 )
  10. Reports the position of the joystick's YAW axis if supported.
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween.
  16. Examples
  17. ========
  18. See Also
  19. ========