Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ ExportGui_Destroy
Function
ExportGui_Destroy
Wrappers/MyGUI_Export/ExportPlatform.cpp:57–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
MYGUIEXPORT void MYGUICALL ExportGui_Destroy()
58
{
59
MyGUI::FactoryManager::getInstance().unregisterFactory<MyGUI::CustomLayer>(
"Layer"
);
60
61
mGui->shutdown();
62
delete mGui;
63
mGui = nullptr;
64
}
65
}
Callers
1
DestroyGui
Method · 0.85
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected