Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getMouseFocusWidget
Method
getMouseFocusWidget
MyGUIEngine/src/MyGUI_InputManager.cpp:638–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
636
}
637
638
Widget* InputManager::getMouseFocusWidget() const
639
{
640
return mWidgetMouseFocus;
641
}
642
643
Widget* InputManager::getKeyFocusWidget() const
644
{
Callers
8
Type MYGUICALL ExportInputManager_GetMouseFocusWidget
Method · 0.80
InputManager.h
File · 0.80
notifyFrameStart
Method · 0.80
addTime
Method · 0.80
notifyEventFrameStart
Method · 0.80
notifyListLostFocus
Method · 0.80
_updateVisible
Method · 0.80
updateFocusWidgetHelpers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected