func_input_joydown.rst 306 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_input_joydown:
  2. =======
  3. JoyDown
  4. =======
  5. JoyDown -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. JoyDown( button,port=0 )
  10. Test the status of a joystick button.
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. True if the button is pressed.
  16. Examples
  17. ========
  18. See Also
  19. ========