Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
allegro5
type ALLEGRO_ANY_EVENT = record
Contains the common information about events.
ALLEGRO_EVENT
ftype: ALLEGRO_EVENT_TYPE;
source: ALLEGRO_EVENT_SOURCEptr;
timestamp: AL_DOUBLE;
Indicates the type of event.
The event source which generated the event.
When the event was generated.