Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setNeedMouseFocus
Method
setNeedMouseFocus
MyGUIEngine/src/MyGUI_WidgetInput.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void WidgetInput::setNeedMouseFocus(bool _value)
153
{
154
mNeedMouseFocus = _value;
155
}
156
157
bool WidgetInput::getNeedMouseFocus() const
158
{
Callers
11
ExportWidget_SetNeedMouseFocus
Function · 0.80
MyGUI_Managed_WidgetInput.h
File · 0.80
updateFocusWidgetHelpers
Method · 0.80
getNextWidget
Method · 0.80
parseText
Method · 0.80
requestCreateWidgetItem
Function · 0.80
setEnabled
Method · 0.80
OnInitialise
Method · 0.80
OnInitialise
Method · 0.80
setEnabled
Method · 0.80
OnInitialise
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected