1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "al_drop_next_event" "3" "" "Allegro reference manual" ""
.hy
.SH NAME
.PP
al_drop_next_event \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
bool\ al_drop_next_event(ALLEGRO_EVENT_QUEUE\ *queue)
\f[]
.fi
.SH DESCRIPTION
.PP
Drop (remove) the next event from the queue.
If the queue is empty, nothing happens.
Returns true if an event was dropped.
.SH SEE ALSO
.PP
al_flush_event_queue(3), al_is_event_queue_empty(3)
|