Plasma Engine  2.0
Loading...
Searching...
No Matches
plScreenInfo Struct Reference

Describes the properties of a screen. More...

#include <Screen.h>

Public Attributes

plString m_sDisplayName
 Some OS provided name for the screen, typically the manufacturer and model name.
 
plInt32 m_iOffsetX
 The virtual position of the screen. Ie. a window created at this location will appear on this screen.
 
plInt32 m_iOffsetY
 The virtual position of the screen. Ie. a window created at this location will appear on this screen.
 
plInt32 m_iResolutionX
 The virtual resolution. Ie. a window with this dimension will span the entire screen.
 
plInt32 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.
 

Detailed Description

Describes the properties of a screen.


The documentation for this struct was generated from the following file: