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

Function ExportRenderManager_SetViewSize

Wrappers/MyGUI_Export/ExportPlatform.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 MYGUIEXPORT void MYGUICALL ExportRenderManager_SetViewSize(
29 Convert<int>::Type _width,
30 Convert<int>::Type _height)
31 {
32 MyGUI::RenderManager::getInstance().setViewSize(_width, _height);
33 }
34
35 MYGUIEXPORT void MYGUICALL ExportPlatform_Log(
36 Convert<MyGUI::LogLevel>::Type _level,

Callers 1

SetViewSizeMethod · 0.85

Calls 1

setViewSizeMethod · 0.45

Tested by

no test coverage detected