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

Method _riseKeyChangeRootFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void WidgetInput::_riseKeyChangeRootFocus(bool _focus)
117 {
118 onKeyChangeRootFocus(_focus);
119 eventRootKeyChangeFocus(static_cast<Widget*>(this), _focus);
120 }
121
122 void WidgetInput::setNeedToolTip(bool _value)
123 {

Callers 1

setKeyFocusWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected