![]() |
ezEngine Release 25.08
|
Describes the properties of a screen. More...
#include <Screen.h>
Public Attributes | |
| ezString | m_sDisplayName |
| Some OS provided name for the screen, typically the manufacturer and model name. | |
| ezInt32 | m_iOffsetX |
| The virtual position of the screen. Ie. a window created at this location will appear on this screen. | |
| ezInt32 | m_iOffsetY |
| The virtual position of the screen. Ie. a window created at this location will appear on this screen. | |
| ezInt32 | m_iResolutionX |
| The virtual resolution. Ie. a window with this dimension will span the entire screen. | |
| ezInt32 | m_iResolutionY |
| The virtual resolution. Ie. a window with this dimension will span the entire screen. | |
| bool | m_bIsPrimary |
| Whether this is the primary/main screen. | |
Describes the properties of a screen.