MCPcopy Create free account
hub / github.com/MyGUI/mygui / _windowResized

Method _windowResized

Common/Base/PlatformBaseManager/SdlBaseManager.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 void SdlBaseManager::_windowResized(int w, int h)
14 {
15 resizeRender(w, h);
16
17 if (mPlatformReady)
18 MyGUI::RenderManager::getInstance().setViewSize(w, h);
19
20 setInputViewSize(w, h);
21 }
22
23 bool SdlBaseManager::create(int _width, int _height)
24 {

Callers

nothing calls this directly

Calls 1

setViewSizeMethod · 0.45

Tested by

no test coverage detected