.\" Automatically generated by Pandoc 3.5 .\" .TH "al_destroy_user_event_source" "3" "" "Allegro reference manual" .SH NAME al_destroy_user_event_source \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_destroy_user_event_source(ALLEGRO_EVENT_SOURCE *src) .EE .SH DESCRIPTION Destroy an event source initialised with al_init_user_event_source(3). .PP This does not free the memory, as that was user allocated to begin with. .SH SEE ALSO ALLEGRO_EVENT_SOURCE(3)