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

Method destroyGui

Common/Base/PlatformBaseManager/SdlBaseManager.cpp:222–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 void SdlBaseManager::destroyGui()
223 {
224 SDL_StopTextInput();
225 if (mGUI)
226 {
227 mGUI->shutdown();
228 delete mGUI;
229 mGUI = nullptr;
230 }
231
232 destroyGuiPlatform();
233 }
234
235 void SdlBaseManager::setWindowMaximized(bool _value)
236 {

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected