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

Method createGui

Common/Base/PlatformBaseManager/SdlBaseManager.cpp:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void SdlBaseManager::createGui()
215 {
216 mGUI = new MyGUI::Gui();
217 mGUI->initialise(mResourceFileName);
218
219 SDL_StartTextInput();
220 }
221
222 void SdlBaseManager::destroyGui()
223 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected