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

Function Export_SetActiveViewport

Wrappers/MyGUI_OgrePlatform_Export/MyGUI_Export.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 MYGUIEXPORT void MYGUICALL Export_SetActiveViewport(int _num)
64 {
65 gPlatform->getRenderManagerPtr()->setActiveViewport((unsigned short)_num);
66 }
67}
68
69#ifdef _MANAGED

Callers 1

SetActiveViewportMethod · 0.85

Calls 2

setActiveViewportMethod · 0.80
getRenderManagerPtrMethod · 0.45

Tested by

no test coverage detected