123456789101112131415161718192021222324252627282930313233 |
- .. _func_input_joydown:
- =======
- JoyDown
- =======
- JoyDown -
- Description
- ===========
- .. code-block:: blitzmax
- JoyDown( button,port=0 )
- Test the status of a joystick button.
- Parameters
- ==========
- Return Values
- =============
- True if the button is pressed.
- Examples
- ========
- See Also
- ========
|