1gui_get_screen(3) Allegro manual gui_get_screen(3)
2
3
4
6 gui_get_screen - Returns the bitmap surface GUI routines draw to. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 BITMAP *gui_get_screen(void);
14
16 This function returns the current bitmap surface the GUI routines will
17 use for drawing. Note that this function will return screen if you have
18 called gui_set_screen(NULL) previously, and will never return NULL.
19
20
22 gui_set_screen(3)
23
24
25
26Allegro version 4.4.3 gui_get_screen(3)