Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isFocusKey
Method
isFocusKey
MyGUIEngine/src/MyGUI_InputManager.cpp:618–621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
616
}
617
618
bool InputManager::isFocusKey() const
619
{
620
return mWidgetKeyFocus != nullptr;
621
}
622
623
bool InputManager::isCaptureMouse() const
624
{
Callers
1
ExportInputManager_GetKeyFocus
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected