logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gui_get_screen - Returns the bitmap surface GUI routines draw to. Allegro game programming library.

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.

Name

       gui_get_screen - Returns the bitmap surface GUI routines draw to. Allegro game programming library.

See Also

gui_set_screen(3alleg4)

Allegro                                           version 4.4.3                          gui_get_screen(3alleg4)

Synopsis

#include<allegro.h>BITMAP*gui_get_screen(void);

See Also