Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Examples, tools and demo game
Allegro
type AL_GFX_MODE = record
Graphics mode description.
width: AL_INT;
height: AL_INT;
bpp: AL_INT;
Mode width in pixels.
Mode height in pixels.
Bits per pixel.