.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_destroy_event_queue" "3" "" "Allegro reference manual" "" .SH NAME al_destroy_event_queue \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_destroy_event_queue(ALLEGRO_EVENT_QUEUE *queue) .EE .SH DESCRIPTION Destroy the event queue specified. All event sources currently registered with the queue will be automatically unregistered before the queue is destroyed. .PP This function does nothing if \f[CR]queue\f[R] is NULL. (since 5.2.9) .SH SEE ALSO al_create_event_queue(3), ALLEGRO_EVENT_QUEUE(3)