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

Function prepareSettings

test/CaptureTest/src/CaptureTestApp.cpp:577–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void prepareSettings( CaptureTestApp::Settings* settings )
578{
579#if defined( CINDER_ANDROID )
580 settings->setKeepScreenOn( true );
581#endif
582
583#if defined( CINDER_MSW )
584 // Enable console window on Windows for debugging
585 settings->setConsoleWindowEnabled( true );
586#endif
587}
588
589CINDER_APP( CaptureTestApp, RendererGl, prepareSettings )

Callers

nothing calls this directly

Calls 1

setKeepScreenOnMethod · 0.45

Tested by

no test coverage detected