1al_get_display_event_source(3) al_get_display_event_source(3)
23
4
NAME
6al_get_display_event_source - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_EVENT_SOURCE *al_get_display_event_source(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14Retrieve the associated event source. See the [documentation on
15events]ALLEGRO_EVENT_DISPLAY_EXPOSE(3) for a list of the events dis‐
16plays will generate.
1718
19
20
Allegro reference manual al_get_display_event_source(3)