Record ALLEGRO_MONITOR_INFO

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_MONITOR_INFO = record

Description

Describes a monitor's size and position relative to other monitors. x1, y1 will be 0, 0 on the primary display. Other monitors can have negative values if they are to the left or above the primary display. x2, y2 are the coordinates one beyond the bottom right pixel, so that x2 - x1 gives the width and y2 - y1 gives the height of the display.

See also
al_get_monitor_info
Gets information about a monitor's position on the desktop.

Overview

Fields

x1: AL_INT;
y1: AL_INT;
x2: AL_INT;
y2: AL_INT;

Description

Fields

x1: AL_INT;
 
y1: AL_INT;
 
x2: AL_INT;
 
y2: AL_INT;
 

Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.