1al_get_event_source_data(3) al_get_event_source_data(3)
23
4
NAME
6al_get_event_source_data - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
intptr_t al_get_event_source_data(const ALLEGRO_EVENT_SOURCE *source)
12
DESCRIPTION
14Returns the abstract user data associated with the event source. If no
15data was previously set, returns NULL.
16
SEE ALSO
18al_set_event_source_data(3)
1920
21
22
Allegro reference manual al_get_event_source_data(3)