Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _riseKeyLostFocus
Method
_riseKeyLostFocus
MyGUIEngine/src/MyGUI_WidgetInput.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void WidgetInput::_riseKeyLostFocus(Widget* _new)
87
{
88
onKeyLostFocus(_new);
89
eventKeyLostFocus(static_cast<Widget*>(this), _new);
90
}
91
92
void WidgetInput::_riseKeySetFocus(Widget* _old)
93
{
Callers
1
setKeyFocusWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected