123456789101112131415161718192021222324252627282930313233 |
- .. _func_input_joybuttoncaps:
- =============
- JoyButtonCaps
- =============
- JoyButtonCaps -
- Description
- ===========
- .. code-block:: blitzmax
- JoyButtonCaps(port)
- Available buttons (on/off controls) on a joystick.
- Parameters
- ==========
- Return Values
- =============
- A bitfield representing which buttons are present.
- Examples
- ========
- See Also
- ========
|