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

Method _riseMouseChangeRootFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void WidgetInput::_riseMouseChangeRootFocus(bool _focus)
111 {
112 onMouseChangeRootFocus(_focus);
113 eventRootMouseChangeFocus(static_cast<Widget*>(this), _focus);
114 }
115
116 void WidgetInput::_riseKeyChangeRootFocus(bool _focus)
117 {

Callers 2

injectMouseMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected