Record ALLEGRO_JOYSTICK_STATE
Hierarchy Methods Properties
Unit
allegro5
Declaration
type ALLEGRO_JOYSTICK_STATE = record
Description
This is a structure that is used to hold a "snapshot" of a joystick's axes and buttons at a particular instant. All fields public and read-only.
See also
- al_get_joystick_state
- Gets the current joystick state.
Overview
Fields
stick: array [0.._AL_MAX_JOYSTICK_STICKS - 1] of record
axis: array [0.._AL_MAX_JOYSTICK_AXES - 1] of AL_FLOAT;
end; |
button: array [0.._AL_MAX_JOYSTICK_BUTTONS - 1] of AL_INT; |
Description
Fields
stick: array [0.._AL_MAX_JOYSTICK_STICKS - 1] of record
axis: array [0.._AL_MAX_JOYSTICK_AXES - 1] of AL_FLOAT;
end; |
|
button: array [0.._AL_MAX_JOYSTICK_BUTTONS - 1] of AL_INT; |
|
Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.
|