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

Method prepareSettings

test/resizeTest/resizeTest.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31void ResizeTestApp::prepareSettings( Settings *settings )
32{
33 settings->setWindowSize( TEXTURE_WIDTH, TEXTURE_HEIGHT );
34 settings->setResizable( false );
35}
36
37void ResizeTestApp::setup()
38{

Callers

nothing calls this directly

Calls 2

setWindowSizeMethod · 0.80
setResizableMethod · 0.80

Tested by

no test coverage detected