gui_get_screen
Returns the bitmap surface GUI routines draw to. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Returns the bitmap surface GUI routines draw to. Allegro game programming library.
#include <allegro.h>
BITMAP *gui_get_screen(void);
This function returns the current bitmap surface the GUI routines will use for drawing. Note that this function will return screen if you have called gui_set_screen(NULL) previously, and will never return NULL.
gui_set_screen(3alleg4)