Cerberus X Documentation

Class DisplayMode

A simple structure that contains info on the various fullscreen display modes available when using the desktop target. More...

Declarations

Properties
Height : Int () Returns the height of the display mode in desktop units.
Width : Int () Returns the width of the display mode in desktop units.

Detailed Discussion

A simple structure that contains info on the various fullscreen display modes available when using the desktop target.

See also

DisplayModes, DesktopMode, SetDeviceWindow


Properties Documentation

Method Height : Int () Property

Returns the height of the display mode in desktop units. These units are the same as pixels unless your app runs on a Retina display.

Method Width : Int () Property

Returns the width of the display mode in desktop units. These units are the same as pixels unless your app runs on a Retina display.