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

Method createGuiPlatform

Common/Base/Dummy/BaseManager.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void BaseManager::createGuiPlatform()
16 {
17 mPlatform = new MyGUI::DummyPlatform();
18 setupResources();
19 mPlatform->initialise();
20 }
21
22 void BaseManager::destroyGuiPlatform()
23 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected