.\" Automatically generated by Pandoc 3.4 .\" .TH "al_get_event_source_data" "3" "" "Allegro reference manual" .SH NAME al_get_event_source_data \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] intptr_t al_get_event_source_data(const ALLEGRO_EVENT_SOURCE *source) .EE .SH DESCRIPTION Returns the abstract user data associated with the event source. If no data was previously set, returns NULL. .SH SEE ALSO al_set_event_source_data(3)