1al_unregister_event_source(3)                    al_unregister_event_source(3)
2
3
4

NAME

6       al_unregister_event_source - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_unregister_event_source(ALLEGRO_EVENT_QUEUE *queue,
12                 ALLEGRO_EVENT_SOURCE *source)
13

DESCRIPTION

15       Unregister an event source with an event queue.  If the event source is
16       not actually registered with the event queue, nothing happens.
17
18       If the queue had any events in  it  which  originated  from  the  event
19       source, they will no longer be in the queue after this call.
20

SEE ALSO

22       al_register_event_source(3)
23
24
25
26Allegro reference manual                         al_unregister_event_source(3)
Impressum