1al_destroy_event_queue(3) al_destroy_event_queue(3)
23
4
NAME
6al_destroy_event_queue - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_event_queue(ALLEGRO_EVENT_QUEUE *queue)
12
DESCRIPTION
14Destroy the event queue specified. All event sources currently regisā
15tered with the queue will be automatically unregistered before the
16queue is destroyed.
17
SEE ALSO
19al_create_event_queue(3), ALLEGRO_EVENT_QUEUE(3)
2021
22
23
Allegro reference manual al_destroy_event_queue(3)