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

Method _setRootKeyFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void WidgetInput::_setRootKeyFocus(bool _value)
188 {
189 mRootKeyFocus = _value;
190 }
191
192 void WidgetInput::onMouseLostFocus(Widget* _new)
193 {

Callers 1

setKeyFocusWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected