FreeBSD Manual Pages
gui_get_screen(3) Allegro manual gui_get_screen(3) NAME gui_get_screen - Returns the bitmap surface GUI routines draw to. Alle- gro game programming library. SYNOPSIS #include <allegro.h> BITMAP *gui_get_screen(void); DESCRIPTION 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. SEE ALSO gui_set_screen(3) Allegro version 4.4.3 gui_get_screen(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=gui_get_screen&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>