1ALLEGRO_MONITOR_INFO(3)    Library Functions Manual    ALLEGRO_MONITOR_INFO(3)
2
3
4

NAME

6       ALLEGRO_MONITOR_INFO
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              typedef struct ALLEGRO_MONITOR_INFO
12

DESCRIPTION

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

SEE ALSO

27       al_get_monitor_info(3)
28
29
30
31Allegro reference manual                               ALLEGRO_MONITOR_INFO(3)
Impressum