1.26.2.1
Gameface
cohtml::ScreenInfo Struct Reference

Holds the information about current screen. More...

Public Member Functions

 ScreenInfo ()
 

Public Attributes

unsigned Width
 Full width in pixels. More...
 
unsigned Height
 Full height in pixels. More...
 
unsigned AvailableWidth
 Width of the user's screen, in pixels, minus interface features like the Windows Taskbar. More...
 
unsigned AvailableHeight
 Height of the user's screen, in pixels, minus interface features like the Windows Taskbar. More...
 
unsigned ColorDepth
 Color depth in bits. More...
 
unsigned PixelDepth
 Pixel depth in bits. More...
 

Detailed Description

Holds the information about current screen.

Constructor & Destructor Documentation

◆ ScreenInfo()

cohtml::ScreenInfo::ScreenInfo ( )
inline

Member Data Documentation

◆ AvailableHeight

unsigned cohtml::ScreenInfo::AvailableHeight

Height of the user's screen, in pixels, minus interface features like the Windows Taskbar.

◆ AvailableWidth

unsigned cohtml::ScreenInfo::AvailableWidth

Width of the user's screen, in pixels, minus interface features like the Windows Taskbar.

◆ ColorDepth

unsigned cohtml::ScreenInfo::ColorDepth

Color depth in bits.

◆ Height

unsigned cohtml::ScreenInfo::Height

Full height in pixels.

◆ PixelDepth

unsigned cohtml::ScreenInfo::PixelDepth

Pixel depth in bits.

◆ Width

unsigned cohtml::ScreenInfo::Width

Full width in pixels.