Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 ALLEGRO_COLOR
 ALLEGRO_DISPLAY_MODE
 ALLEGRO_EVENT
 ALLEGRO_EVENT_SOURCE
 ALLEGRO_EVENT_TYPE
 ALLEGRO_JOYFLAGS
 ALLEGRO_JOYSTATE
 ALLEGRO_JOYSTICK
 ALLEGRO_KBDSTATE
 ALLEGRO_KEYBOARD
 ALLEGRO_LOCKED_REGION
 ALLEGRO_MSESTATE
 ALLEGRO_PIXEL_FORMAT
 ALLEGRO_TIMER
K
 Key codes
 Keyboard modifier flags
An ALLEGRO_COLOR structure describes a color in a device independant way.
Used for display mode queries.
An ALLEGRO_EVENT is a union of all builtin event structures, i.e.
An event source is any object which can generate events.
Each event is of one of the following types
Joystick flags.
This is a structure that is used to hold a “snapshot” of a joystick’s axes and buttons at a particular instant.
This is an abstract data type representing a physical joystick.
This is a structure that is used to hold a “snapshot” of a keyboard’s state at a particular instant.
This is an abstract data type representing the physical keyboard.
Users who wish to manually edit or read from a bitmap are required to lock it first.
Pixel formats.
This is an abstract data type representing a timer object.