ALLEGRO_JOYSTICK_EVENT

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (C)
struct ALLEGRO_JOYSTICK_EVENT {}

Members

Variables

axis
int axis;
Undocumented in source.
button
int button;
Undocumented in source.
id
ALLEGRO_JOYSTICK* id;
Undocumented in source.
pos
float pos;
Undocumented in source.
stick
int stick;
Undocumented in source.

Meta