record AL_JOYSTICK_STICK_INFO
Unit
Allegro
Declaration
type AL_JOYSTICK_STICK_INFO = record
Description
information about one or more axis (a slider or directional control)
See also
- al_joy
- Global array of joystick state information, which is updated by the al_poll_joystick function.
- AL_JOYSTICK_INFO
- information about an entire joystick.
Overview
Fields
Description
Fields
flags: AL_INT; |
status flags for this input.
|
num_axis: AL_INT; |
how many axes do we have? (note the misspelling).
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:36
|