Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::Display::Globals_t Struct Reference

Values to describe the default settings of the display. More...

Public Attributes

uint_t m_uDefaultWidth
 Default screen width of the main monitor.
 
uint_t m_uDefaultHeight
 Default screen height of the main monitor.
 
uint_t m_uDefaultDepth
 Default screen depth of the main monitor.
 
uint_t m_uDefaultHertz
 Default screen refresh rate (0 means not applicable)
 
uint_t m_uDefaultTotalWidth
 Default screen width of all monitors.
 
uint_t m_uDefaultTotalHeight
 Default screen height of all monitors.
 
uint_t m_uDefaultMonitorCount
 Number of monitors attached.
 
uint_t m_bIsWidescreen
 (Xbox 360 Only) TRUE if wide screen display
 
uint_t m_bIsHiDef
 (Xbox 360 Only) TRUE if high definition display
 
uint_t m_bIsInterlaced
 (Xbox 360 Only) TRUE if interlaced display
 
float m_fRetinaScale
 (iOS Only) Points to Pixels scale factor for retina displays
 
uint_t m_bInitialized
 Are the globals set?
 

Detailed Description

Values to describe the default settings of the display.


This is a description of the default values for the settings of the display as set by the user's desktop.

See also
Display

Member Data Documentation

◆ m_bInitialized

uint_t Burger::Display::Globals_t::m_bInitialized

Are the globals set?

◆ m_bIsHiDef

uint_t Burger::Display::Globals_t::m_bIsHiDef

(Xbox 360 Only) TRUE if high definition display

◆ m_bIsInterlaced

uint_t Burger::Display::Globals_t::m_bIsInterlaced

(Xbox 360 Only) TRUE if interlaced display

◆ m_bIsWidescreen

uint_t Burger::Display::Globals_t::m_bIsWidescreen

(Xbox 360 Only) TRUE if wide screen display

◆ m_fRetinaScale

float Burger::Display::Globals_t::m_fRetinaScale

(iOS Only) Points to Pixels scale factor for retina displays

◆ m_uDefaultDepth

uint_t Burger::Display::Globals_t::m_uDefaultDepth

Default screen depth of the main monitor.

◆ m_uDefaultHeight

uint_t Burger::Display::Globals_t::m_uDefaultHeight

Default screen height of the main monitor.

◆ m_uDefaultHertz

uint_t Burger::Display::Globals_t::m_uDefaultHertz

Default screen refresh rate (0 means not applicable)

◆ m_uDefaultMonitorCount

uint_t Burger::Display::Globals_t::m_uDefaultMonitorCount

Number of monitors attached.

◆ m_uDefaultTotalHeight

uint_t Burger::Display::Globals_t::m_uDefaultTotalHeight

Default screen height of all monitors.

◆ m_uDefaultTotalWidth

uint_t Burger::Display::Globals_t::m_uDefaultTotalWidth

Default screen width of all monitors.

◆ m_uDefaultWidth

uint_t Burger::Display::Globals_t::m_uDefaultWidth

Default screen width of the main monitor.