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

Method prepareSettings

samples/_svg/EuroMap/src/EuroMapApp.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void EuroMapApp::prepareSettings( Settings *settings )
42{
43 settings->setResizable( false );
44 settings->setWindowSize( 840, 730 );
45}
46
47void EuroMapApp::setup()
48{

Callers

nothing calls this directly

Calls 2

setResizableMethod · 0.80
setWindowSizeMethod · 0.80

Tested by

no test coverage detected