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

Function ExportDemo_Run

Wrappers/MyGUI_RenderWindow_Export/MyGUI_Export.cpp:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 MYGUIEXPORT void MYGUICALL ExportDemo_Run()
38 {
39 assert(instance);
40 instance->run();
41
42 instance->setFrameEvent(nullptr);
43 instance->destroy();
44 delete instance;
45 instance = nullptr;
46 }
47
48 MYGUIEXPORT void MYGUICALL ExportDemo_Shutdown()
49 {

Callers 2

RunMethod · 0.85
RunMethod · 0.85

Calls 3

runMethod · 0.80
setFrameEventMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected