Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ destroyGuiPlatform
Method
destroyGuiPlatform
Common/Base/Ogre/BaseManager.cpp:114–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void BaseManager::destroyGuiPlatform()
115
{
116
if (mPlatform)
117
{
118
mPlatform->shutdown();
119
delete mPlatform;
120
mPlatform = nullptr;
121
}
122
}
123
124
void BaseManager::drawOneFrame()
125
{
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected