1al_is_event_queue_empty(3) Library Functions Manual al_is_event_queue_empty(3)
23
4
NAME
6al_is_event_queue_empty
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_is_event_queue_empty(ALLEGRO_EVENT_QUEUE *queue)
12
DESCRIPTION
14Return true if the event queue specified is currently empty.
15
SEE ALSO
17al_get_next_event(3), al_peek_next_event(3)
1819
20
21
Allegro reference manual al_is_event_queue_empty(3)