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