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

Method notifyMouseSetFocus

MyGUIEngine/src/MyGUI_MenuControl.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 }
474
475 void MenuControl::notifyMouseSetFocus(Widget* _sender, Widget* _new)
476 {
477 InputManager::getInstance().setKeyFocusWidget(_sender);
478 }
479
480 void MenuControl::_wrapItemChild(MenuItem* _item, MenuControl* _widget)
481 {

Callers

nothing calls this directly

Calls 1

setKeyFocusWidgetMethod · 0.80

Tested by

no test coverage detected