1al_drop_next_event(3)                                    al_drop_next_event(3)
2
3
4

NAME

6       al_drop_next_event - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_drop_next_event(ALLEGRO_EVENT_QUEUE *queue)
12

DESCRIPTION

14       Drop  (remove)  the  next event from the queue.  If the queue is empty,
15       nothing happens.  Returns true if an event was dropped.
16

SEE ALSO

18       al_flush_event_queue(3), al_is_event_queue_empty(3)
19
20
21
22Allegro reference manual                                 al_drop_next_event(3)
Impressum