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? | |
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.
uint_t Burger::Display::Globals_t::m_bInitialized |
Are the globals set?
float Burger::Display::Globals_t::m_fRetinaScale |
(iOS Only) Points to Pixels scale factor for retina displays
uint_t Burger::Display::Globals_t::m_uDefaultDepth |
Default screen depth of the main monitor.
uint_t Burger::Display::Globals_t::m_uDefaultHeight |
Default screen height of the main monitor.
uint_t Burger::Display::Globals_t::m_uDefaultHertz |
Default screen refresh rate (0 means not applicable)
uint_t Burger::Display::Globals_t::m_uDefaultMonitorCount |
Number of monitors attached.
uint_t Burger::Display::Globals_t::m_uDefaultTotalHeight |
Default screen height of all monitors.
uint_t Burger::Display::Globals_t::m_uDefaultTotalWidth |
Default screen width of all monitors.
uint_t Burger::Display::Globals_t::m_uDefaultWidth |
Default screen width of the main monitor.