Preparing search index...
The search index is not available
allegro.ts
allegro.ts
types
JOYSTICK_STICK_INFO
Interface JOYSTICK_STICK_INFO
Allegro
Joystick stick info
Remarks
1.2.7
interface
JOYSTICK_STICK_INFO
{
axis
:
JOYSTICK_AXIS_INFO
[]
;
flags
:
number
;
name
:
string
;
num_axis
:
number
;
}
Index
Properties
axis
flags
name
num_
axis
Properties
axis
axis
:
JOYSTICK_AXIS_INFO
[]
flags
flags
:
number
name
name
:
string
num_
axis
num_
axis
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
axis
flags
name
num_
axis
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
Joystick stick info
Remarks
1.2.7