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

Function prepareSettings

samples/Geometry/src/GeometryApp.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108};
109
110void prepareSettings( App::Settings* settings )
111{
112 settings->setWindowSize( 1024, 768 );
113 settings->setHighDensityDisplayEnabled();
114 settings->setMultiTouchEnabled( false );
115 settings->disableFrameRate();
116}
117
118GeometryApp::GeometryApp()
119 : mCapsuleRadius( 0.5f ), mCapsuleLength( 1 )

Callers

nothing calls this directly

Calls 2

setWindowSizeMethod · 0.80
disableFrameRateMethod · 0.45

Tested by

no test coverage detected