1al_set_event_source_data(3)                        al_set_event_source_data(3)
2
3
4

NAME

6       al_set_event_source_data - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_set_event_source_data(ALLEGRO_EVENT_SOURCE *source, intptr_t data)
12

DESCRIPTION

14       Assign  the  abstract  user data to the event source.  Allegro does not
15       use the data internally for anything; it is simply meant  as  a  conveā€
16       nient way to associate your own data or objects with events.
17

SEE ALSO

19       al_get_event_source_data(3)
20
21
22
23Allegro reference manual                           al_set_event_source_data(3)
Impressum