Record ALLEGRO_MONITOR_INFO
Hierarchy Methods Properties
Unit
allegro5
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
Description
Fields
Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.
|