1al_destroy_user_event_sourceL(i3b)rary Functions Manaula_ldestroy_user_event_source(3)
23
4
NAME
6al_destroy_user_event_source
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_user_event_source(ALLEGRO_EVENT_SOURCE *src)
12
DESCRIPTION
14Destroy an event source initialised with al_init_user_event_source(3).
1516
This does not free the memory, as that was user allocated to begin
17with.
18
SEE ALSO
20ALLEGRO_EVENT_SOURCE(3)
2122
23
24
Allegro reference manual al_destroy_user_event_source(3)