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

Method prepareSettings

samples/Earthquake/src/EarthquakeApp.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52void EarthquakeApp::prepareSettings( Settings *settings )
53{
54 settings->setWindowSize( 1024, 768 );
55 settings->disableFrameRate();
56 settings->setResizable( true );
57 settings->setFullScreen( false );
58}
59
60void EarthquakeApp::setup()
61{

Callers

nothing calls this directly

Calls 4

setWindowSizeMethod · 0.80
setResizableMethod · 0.80
disableFrameRateMethod · 0.45
setFullScreenMethod · 0.45

Tested by

no test coverage detected