MCPcopy 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

DestroyGuiMethod · 0.85

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected