| 45 | } |
| 46 | |
| 47 | void WindowTestWindowed1::onEnter() |
| 48 | { |
| 49 | WindowTest::onEnter(); |
| 50 | RenderViewImpl* view = (RenderViewImpl*)Director::getInstance()->getRenderView(); |
| 51 | view->setWindowed(480, 320); |
| 52 | } |
| 53 | |
| 54 | std::string WindowTestWindowed1::subtitle() const |
| 55 | { |
nothing calls this directly
no test coverage detected