MCPcopy 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

InputManager.hFile · 0.80
notifyFrameStartMethod · 0.80
addTimeMethod · 0.80
notifyEventFrameStartMethod · 0.80
notifyListLostFocusMethod · 0.80
_updateVisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected