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