Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getNeedKeyFocus
Method
getNeedKeyFocus
MyGUIEngine/src/MyGUI_WidgetInput.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool WidgetInput::getNeedKeyFocus() const
148
{
149
return mNeedKeyFocus;
150
}
151
152
void WidgetInput::setNeedMouseFocus(bool _value)
153
{
Callers
4
Type MYGUICALL ExportWidget_GetNeedKeyFocus
Method · 0.80
MyGUI_Managed_WidgetInput.h
File · 0.80
isNeedKeyFocus
Method · 0.80
injectMousePress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected