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

Function prepareSettings

samples/CaptureBasic/src/CaptureBasicApp.cpp:380–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379
380void prepareSettings( CaptureBasicApp::Settings* settings )
381{
382#if defined( CINDER_ANDROID )
383 settings->setKeepScreenOn( true );
384#endif
385
386#if defined( CINDER_MSW )
387 // Enable console window on Windows for debugging
388 settings->setConsoleWindowEnabled( true );
389#endif
390}
391
392CINDER_APP( CaptureBasicApp, RendererGl, prepareSettings )

Callers

nothing calls this directly

Calls 1

setKeepScreenOnMethod · 0.45

Tested by

no test coverage detected