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

Method setViewSize

Platforms/Dummy/DummyPlatform/src/MyGUI_DummyRenderManager.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void DummyRenderManager::setViewSize(int _width, int _height)
94 {
95 mViewSize.set(_width, _height);
96 onResizeView(mViewSize);
97 }
98
99} // namespace MyGUI

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected