1al_destroy_user_event_source(3)                al_destroy_user_event_source(3)
2
3
4

NAME

6       al_destroy_user_event_source - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_destroy_user_event_source(ALLEGRO_EVENT_SOURCE *src)
12

DESCRIPTION

14       Destroy an event source initialised with al_init_user_event_source(3).
15
16       This  does  not  free  the  memory, as that was user allocated to begin
17       with.
18

SEE ALSO

20       ALLEGRO_EVENT_SOURCE(3)
21
22
23
24Allegro reference manual                       al_destroy_user_event_source(3)
Impressum