MCPcopy Create free account
hub / github.com/MyGUI/mygui / resetKeyFocusWidget

Method resetKeyFocusWidget

MyGUIEngine/src/MyGUI_InputManager.cpp:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 }
599
600 void InputManager::resetKeyFocusWidget(Widget* _widget)
601 {
602 if (mWidgetKeyFocus == _widget)
603 setKeyFocusWidget(nullptr);
604 }
605
606 IntPoint InputManager::getMousePositionByLayer() const
607 {

Callers 2

_updateVisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected