1ALLEGRO_USER_EVENT(3) Library Functions Manual ALLEGRO_USER_EVENT(3)
2
3
4
6 ALLEGRO_USER_EVENT
7
9 #include <allegro5/allegro.h>
10
11 typedef struct ALLEGRO_USER_EVENT ALLEGRO_USER_EVENT;
12
14 An event structure that can be emitted by user event sources. These
15 are the public fields:
16
17 · ALLEGRO_EVENT_SOURCE *source;
18
19 · intptr_t data1;
20
21 · intptr_t data2;
22
23 · intptr_t data3;
24
25 · intptr_t data4;
26
28 al_emit_user_event(3)
29
30
31
32Allegro reference manual ALLEGRO_USER_EVENT(3)