.\" Automatically generated by Pandoc 3.5 .\" .TH "al_register_event_source" "3" "" "Allegro reference manual" .SH NAME al_register_event_source \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_register_event_source(ALLEGRO_EVENT_QUEUE *queue, ALLEGRO_EVENT_SOURCE *source) .EE .SH DESCRIPTION Register the event source with the event queue specified. An event source may be registered with any number of event queues simultaneously, or none. Trying to register an event source with the same event queue more than once does nothing. .SH SEE ALSO al_unregister_event_source(3), ALLEGRO_EVENT_SOURCE(3)