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

Method destroy

Common/Base/PlatformBaseManager/SdlBaseManager.cpp:162–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void SdlBaseManager::destroy()
163 {
164 destroyScene();
165
166 destroyPointerManager();
167
168 destroyInput();
169
170 destroyGui();
171
172 destroyRender();
173
174 SDL_Quit();
175 }
176
177 void SdlBaseManager::setupResources()
178 {

Callers 2

startAppFunction · 0.45
destroyRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected