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

Method isFullScreen

src/cinder/app/Window.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace cinder { namespace app {
40
41bool Window::isFullScreen() const
42{
43 testValid();
44
45#if defined( CINDER_COCOA )
46 return [mImpl isFullScreen];
47#else
48 return mImpl->isFullScreen();
49#endif
50}
51
52void Window::setFullScreen( bool fullScreen, const FullScreenOptions &options )
53{

Callers 1

keyDownMethod · 0.45

Calls 1

testValidFunction · 0.85

Tested by 1

keyDownMethod · 0.36