MCPcopy 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

InputManager.hFile · 0.80
handleKeyMessageMethod · 0.80
addTimeMethod · 0.80
notifyMouseWheelMethod · 0.80
_updateVisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected