Options passed when entering fullscreen.
Public Member Functions
-
FullScreenOptions ()
-
kioskMode (bool enable=true)
(OS X only) Sets the fullscreen mode to 'kiosk', which means don't use the 10.7 way of animating to fullscreen. Default is
true. -
secondaryDisplayBlanking (bool enable=true)
Sets whether secondary displays should be blanked (made black). Default is
false. -
exclusive (bool enable=true)
(OS X only) Sets whether the Window related to these options is the only accessible window. Default is
false. -
boolisKioskModeEnabled () const
Returns whether kiosk mode is enabled.
-
boolisSecondaryDisplayBlankingEnabled () const
Returns whether blanking of secondary displays in enabled. Default is
false. -
boolisExclusive () const
Returns whether the Window related to these options is the only accessible window.