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

Method pauseState

Tools/SkinEditor/EditorState.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void EditorState::pauseState()
101 {
102 mMainPane->getRoot()->setVisible(false);
103 }
104
105 void EditorState::resumeState()
106 {

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
getRootMethod · 0.45

Tested by

no test coverage detected