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

Method _riseKeySetFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void WidgetInput::_riseKeySetFocus(Widget* _old)
93 {
94 onKeySetFocus(_old);
95 eventKeySetFocus(static_cast<Widget*>(this), _old);
96 }
97
98 void WidgetInput::_riseKeyButtonPressed(KeyCode _key, Char _char)
99 {

Callers 1

setKeyFocusWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected