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

Method getVisible

Demos/Demo_Console/Console.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 bool Console::getVisible()
209 {
210 return mMainWidget->getVisible();
211 }
212
213 void Console::setVisible(bool _visible)
214 {

Callers 10

isVisibleMethod · 0.45
updateContentMethod · 0.45
updateScrollMethod · 0.45
notifyMousePressedMethod · 0.45
notifyFrameEventMethod · 0.45
injectKeyPressMethod · 0.45
commandMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected