Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetActiveViewport
Method · 0.85
Calls
2
setActiveViewport
Method · 0.80
getRenderManagerPtr
Method · 0.45
Tested by
no test coverage detected