1ALLEGRO_MONITOR_INFO(3) Library Functions Manual ALLEGRO_MONITOR_INFO(3)
2
3
4
6 ALLEGRO_MONITOR_INFO
7
9 #include <allegro5/allegro.h>
10
11 typedef struct ALLEGRO_MONITOR_INFO
12
14 Describes a monitors size and position relative to other monitors. x1,
15 y1 will be 0, 0 on the primary display. Other monitors can have nega‐
16 tive values if they are to the left or above the primary display.
17
18 typedef struct ALLEGRO_MONITOR_INFO
19 {
20 int x1;
21 int y1;
22 int x2;
23 int y2;
24 } ALLEGRO_MONITOR_INFO;
25
27 al_get_monitor_info(3)
28
29
30
31Allegro reference manual ALLEGRO_MONITOR_INFO(3)