MCPcopy Create free account
hub / github.com/cinder/Cinder / FullScreenOptions

Function FullScreenOptions

include/cinder/app/Window.h:115–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113//! Options passed when entering fullscreen.
114struct CI_API FullScreenOptions {
115 FullScreenOptions() : mKioskMode( true ), mSecondaryDisplayBlanking( false ), mExclusive( false )
116 {}
117
118 //! (OS X only) Sets the fullscreen mode to 'kiosk', which means don't use the 10.7 way of animating to fullscreen. Default is \c true.
119 FullScreenOptions& kioskMode( bool enable = true ) { mKioskMode = enable; return *this; }

Callers 5

setFullScreenFunction · 0.70
setFullScreenMethod · 0.70
Window.hFile · 0.70
keyDownMethod · 0.50
AppCocoaTouchClass · 0.50

Calls

no outgoing calls

Tested by 1

keyDownMethod · 0.40