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

Method createScene

Wrappers/MyGUI_RenderWindow_Export/DemoKeeper.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void DemoKeeper::createScene()
23 {
24 MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate(this, &DemoKeeper::notifyFrameStart);
25 }
26
27 void DemoKeeper::destroyScene()
28 {

Callers

nothing calls this directly

Calls 1

newDelegateFunction · 0.85

Tested by

no test coverage detected