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

Function ExportGui_Create

Wrappers/MyGUI_Export/ExportPlatform.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 MyGUI::Gui* mGui = nullptr;
48
49 MYGUIEXPORT void MYGUICALL ExportGui_Create(Convert<const std::string&>::Type _coreFileName)
50 {
51 mGui = new MyGUI::Gui();
52 mGui->initialise(Convert<const std::string&>::From(_coreFileName));
53
54 MyGUI::FactoryManager::getInstance().registerFactory<MyGUI::CustomLayer>("Layer");
55 }
56
57 MYGUIEXPORT void MYGUICALL ExportGui_Destroy()
58 {

Callers 1

CreateGuiMethod · 0.85

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected