1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::ScreenInfo Struct Reference

Holds the information about current screen. More...

Public Attributes

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

Detailed Description

Holds the information about current screen.