Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getKeyFocusWidget
Method
getKeyFocusWidget
MyGUIEngine/src/MyGUI_InputManager.cpp:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
Widget* InputManager::getKeyFocusWidget() const
644
{
645
return mWidgetKeyFocus;
646
}
647
648
const IntPoint& InputManager::getLastPressedPosition(MouseButton _id) const
649
{
Callers
7
Type MYGUICALL ExportInputManager_GetKeyFocusWidget
Method · 0.80
InputManager.h
File · 0.80
handleKeyMessage
Method · 0.80
addTime
Method · 0.80
notifyMouseWheel
Method · 0.80
_updateVisible
Method · 0.80
updateFocusWidgetHelpers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected