Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _setRootMouseFocus
Method
_setRootMouseFocus
MyGUIEngine/src/MyGUI_WidgetInput.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void WidgetInput::_setRootMouseFocus(bool _value)
183
{
184
mRootMouseFocus = _value;
185
}
186
187
void WidgetInput::_setRootKeyFocus(bool _value)
188
{
Callers
2
injectMouseMove
Method · 0.80
_resetMouseFocusWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected