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

Method setNeedMouseFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void WidgetInput::setNeedMouseFocus(bool _value)
153 {
154 mNeedMouseFocus = _value;
155 }
156
157 bool WidgetInput::getNeedMouseFocus() const
158 {

Callers 11

getNextWidgetMethod · 0.80
parseTextMethod · 0.80
requestCreateWidgetItemFunction · 0.80
setEnabledMethod · 0.80
OnInitialiseMethod · 0.80
OnInitialiseMethod · 0.80
setEnabledMethod · 0.80
OnInitialiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected