1al_drop_next_event(3) Library Functions Manual al_drop_next_event(3)
23
4
NAME
6al_drop_next_event
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_drop_next_event(ALLEGRO_EVENT_QUEUE *queue)
12
DESCRIPTION
14Drop (remove) the next event from the queue. If the queue is empty,
15nothing happens. Returns true if an event was dropped.
16
SEE ALSO
18al_flush_event_queue(3), al_is_event_queue_empty(3)
1920
21
22
Allegro reference manual al_drop_next_event(3)