al_destroy_user_event_source - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

void al_destroy_user_event_source(ALLEGRO_EVENT_SOURCE *src)

Description

Destroy an event source initialised with al_init_user_event_source(3).

This does not free the memory, as that was user allocated to begin with.

See Also

ALLEGRO_EVENT_SOURCE(3)

Referenced By

al_init_user_event_source(3).

Allegro reference manual