Record ALLEGRO_ANY_EVENT

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_ANY_EVENT = record

Description

Contains the common information about events.

See also
ALLEGRO_EVENT
An ALLEGRO_EVENT is an union of all builtin event structures, i.e.

Overview

Fields

ftype: ALLEGRO_EVENT_TYPE;
source: ALLEGRO_EVENT_SOURCEptr;
timestamp: AL_DOUBLE;

Description

Fields

ftype: ALLEGRO_EVENT_TYPE;

Indicates the type of event.

source: ALLEGRO_EVENT_SOURCEptr;

The event source which generated the event.

timestamp: AL_DOUBLE;

When the event was generated.


Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.