al_unregister_event_source - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

void al_unregister_event_source(ALLEGRO_EVENT_QUEUE *queue,
   ALLEGRO_EVENT_SOURCE *source)

Description

Unregister an event source with an event queue. If the event source is not actually registered with the event queue, nothing happens.

If the queue had any events in it which originated from the event source, they will no longer be in the queue after this call.

See Also

al_register_event_source(3)

Referenced By

al_register_event_source(3).

Allegro reference manual