| 58 | } |
| 59 | |
| 60 | void 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 | |
| 67 | void HighDensityDisplayApp::draw() |
| 68 | { |
nothing calls this directly
no test coverage detected