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

Method displayChange

samples/HighDensityDisplay/src/HighDensityDisplayApp.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void HighDensityDisplayApp::displayChange()
61{
62 console() << "Window display changed: " << getWindow()->getDisplay()->getBounds() << std::endl;
63 console() << "ContentScale = " << getWindowContentScale() << endl;
64 console() << "getWindowCenter() = " << getWindowCenter() << endl;
65}
66
67void HighDensityDisplayApp::draw()
68{

Callers

nothing calls this directly

Calls 5

getWindowContentScaleFunction · 0.85
getWindowCenterFunction · 0.85
getWindowFunction · 0.50
getBoundsMethod · 0.45
getDisplayMethod · 0.45

Tested by

no test coverage detected