1al_get_display_flags(3) al_get_display_flags(3)
2
3
4
6 al_get_display_flags - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 int al_get_display_flags(ALLEGRO_DISPLAY *display)
12
14 Gets the flags of the display.
15
16 In addition to the flags set for the display at creation time with
17 al_set_new_display_flags(3) it can also have the ALLEGRO_MINIMIZED flag
18 set, indicating that the window is currently minimized. This flag is
19 very platform-dependent as even a minimized application may still ren‐
20 der a preview version so normally you should not care whether it is
21 minimized or not.
22
24 al_set_new_display_flags(3), al_set_display_flag(3)
25
26
27
28Allegro reference manual al_get_display_flags(3)