1al_create_event_queue(3) al_create_event_queue(3)
23
4
NAME
6al_create_event_queue - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_EVENT_QUEUE *al_create_event_queue(void)
12
DESCRIPTION
14Create a new, empty event queue, returning a pointer to the newly cre‐
15ated object if successful. Returns NULL on error.
16
SEE ALSO
18al_register_event_source(3), al_destroy_event_queue(3), ALLE‐
19GRO_EVENT_QUEUE(3)
2021
22
23
Allegro reference manual al_create_event_queue(3)