.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "ALLEGRO_EVENT_QUEUE" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_EVENT_QUEUE - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef struct ALLEGRO_EVENT_QUEUE ALLEGRO_EVENT_QUEUE; \f[R] .fi .SH DESCRIPTION .PP An event queue holds events that have been generated by event sources that are registered with the queue. Events are stored in the order they are generated. Access is in a strictly FIFO (first-in-first-out) order. .SH SEE ALSO .PP al_create_event_queue(3alleg5), al_destroy_event_queue(3alleg5)