1ALLEGRO_EVENT_QUEUE(3)                                  ALLEGRO_EVENT_QUEUE(3)
2
3
4

NAME

6       ALLEGRO_EVENT_QUEUE - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              typedef struct ALLEGRO_EVENT_QUEUE ALLEGRO_EVENT_QUEUE;
12

DESCRIPTION

14       An  event  queue holds events that have been generated by event sources
15       that are registered with the queue.  Events are  stored  in  the  order
16       they  are generated.  Access is in a strictly FIFO (first-in-first-out)
17       order.
18

SEE ALSO

20       al_create_event_queue(3), al_destroy_event_queue(3)
21
22
23
24Allegro reference manual                                ALLEGRO_EVENT_QUEUE(3)
Impressum