1ALLEGRO_USER_EVENT(3)      Library Functions Manual      ALLEGRO_USER_EVENT(3)
2
3
4

NAME

6       ALLEGRO_USER_EVENT
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              typedef struct ALLEGRO_USER_EVENT ALLEGRO_USER_EVENT;
12

DESCRIPTION

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

SEE ALSO

28       al_emit_user_event(3)
29
30
31
32Allegro reference manual                                 ALLEGRO_USER_EVENT(3)
Impressum