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

Method notifyRootKeyChangeFocus

Tools/EditorFramework/TextFieldControl.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void TextFieldControl::notifyRootKeyChangeFocus(MyGUI::Widget* _sender, bool _focus)
103 {
104 if (!_focus && mMainWidget->getVisible())
105 eventEndDialog(this, false);
106 }
107
108 void TextFieldControl::setCoord(const MyGUI::IntCoord& _value)
109 {

Callers

nothing calls this directly

Calls 1

getVisibleMethod · 0.45

Tested by

no test coverage detected