Record ALLEGRO_TIMER_EVENT

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_TIMER_EVENT = record

Description

Contains the timer events information.

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_TIMERptr;
timestamp: AL_DOUBLE;
count: AL_INT64;

Description

Fields

ftype: ALLEGRO_EVENT_TYPE;

Indicates the type of event.

source: ALLEGRO_TIMERptr;

The timer which generated the event.

timestamp: AL_DOUBLE;

When the event was generated.

count: AL_INT64;

The timer count value.


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