logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_destroy_user_event_source - Allegro 5 API

Description

       Destroy an event source initialised with al_init_user_event_source(3alleg5).

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

Name

       al_destroy_user_event_source - Allegro 5 API

See Also

ALLEGRO_EVENT_SOURCE(3alleg5)

Allegro reference manual                                                   al_destroy_user_event_source(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_destroy_user_event_source(ALLEGRO_EVENT_SOURCE *src)

See Also