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

Method createGuiPlatform

Common/Base/Ogre/BaseManager.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void BaseManager::createGuiPlatform()
107 {
108 setupResources();
109 Ogre::ResourceGroupManager::getSingleton().initialiseAllResourceGroups();
110 mPlatform = new MyGUI::OgrePlatform();
111 mPlatform->initialise(mWindow, mSceneManager, MyGuiResourceGroup);
112 }
113
114 void BaseManager::destroyGuiPlatform()
115 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected