Record ALLEGRO_EVENT_SOURCE
Hierarchy Fields Methods Properties
Unit
allegro5
Declaration
type ALLEGRO_EVENT_SOURCE = record
Description
An event source is any object which can generate events. For example, an ALLEGRO_DISPLAYptr can generate events, and you can get the ALLEGRO_EVENT_SOURCE pointer from an ALLEGRO_DISPLAYptr with al_get_display_event_source.
You may create your own "user" event sources that emit custom events.
See also
- ALLEGRO_EVENT
- An
ALLEGRO_EVENT is an union of all builtin event structures, i.e.
- al_init_user_event_source
- Initialices an event source for emitting user events.
- al_emit_user_event
- Emits an event from a user event source.
Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.
|