123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_input_joyhit:
- ======
- JoyHit
- ======
- JoyHit -
- Description
- ===========
- .. code-block:: blitzmax
- JoyHit( button,port=0 )
- Check for a joystick button press
- The returned value represents the number of the times @button has been hit since
- the last call to #JoyHit with the same specified @button.
- Parameters
- ==========
- Return Values
- =============
- Number of times @button has been hit.
- Examples
- ========
- See Also
- ========
|