ModeInfo#

Fully qualified name: omni::platforminfo::ModeInfo

Defined in omni/platforminfo/IDisplayInfo.h

struct ModeInfo#

Contains information about a single display mode.

This includes the mode’s size in pixels, bit depth, refresh rate, and orientation.

Public Members

carb::Int2 size = {}#

Horizontal (x) and vertical (y) size of the screen in pixels.

uint32_t bitsPerPixel = 0#

Pixel bit depth. Many modern systems will only report 32 bits.

uint32_t refreshRate = 0#

The refresh rate of the display in Hertz or zero if not applicable.

ModeFlags flags = 0#

Flags describing the state of the mode.

Orientation orientation = Orientation::eDefault#

The orientation of the mode.