Base class: Object
This class provides an interface for querying and managing hardware monitors.
| Property | Type | Description |
|---|---|---|
| graphicsmodes | const vector<iVec2>& | read-only available screen resolutions |
| position | const iVec2& | read-only screen position on the virtual desktop |
| scale | const float& | read-only DPI scaling value |
| size | const iVec2& | read-only screen dimensions |
| ClientArea | Method | returns the usable area within the screen |
| GetPosition | Method | returns the position of the display on the virtual monitor space |
| GetSize | Method | returns the display dimensions in pixels |
| GetScale | Method | returns the current DPI scale value |
| GetDisplays | Function | returns a list of hardware displays in use |