Preparing search index...
The search index is not available
allegro.ts
allegro.ts
types
JOYSTICK_INFO
Interface JOYSTICK_INFO
Allegro
Joy info
Remarks
1.2.5
interface
JOYSTICK_INFO
{
button
:
JOYSTICK_STICK_INFO
[]
;
flags
:
number
;
num_buttons
:
number
;
num_sticks
:
number
;
stick
:
JOYSTICK_STICK_INFO
[]
;
}
Index
Properties
button
flags
num_
buttons
num_
sticks
stick
Properties
button
button
:
JOYSTICK_STICK_INFO
[]
flags
flags
:
number
num_
buttons
num_
buttons
:
number
num_
sticks
num_
sticks
:
number
stick
stick
:
JOYSTICK_STICK_INFO
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
button
flags
num_
buttons
num_
sticks
stick
allegro.ts
FileParser
allegro
bitmap
color
config
configuration
core
debug
font
gmPlayer
graphics
keyboard
math
midi
midiParser
mouse
palette
primitives
sample
sprintf
sprites
Loading...
Generated using
TypeDoc
Joy info
Remarks
1.2.5