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

Function prepareSettings

test/Android/CaptureTest/src/CaptureTest.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void prepareSettings( CaptureTestApp::Settings* settings )
128{
129#if defined( CINDER_ANDROID )
130 settings->setKeepScreenOn( true );
131#endif
132}
133
134CINDER_APP( CaptureTestApp, RendererGl, prepareSettings )

Callers

nothing calls this directly

Calls 1

setKeepScreenOnMethod · 0.45

Tested by

no test coverage detected