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

Method getNeedKeyFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 bool WidgetInput::getNeedKeyFocus() const
148 {
149 return mNeedKeyFocus;
150 }
151
152 void WidgetInput::setNeedMouseFocus(bool _value)
153 {

Calls

no outgoing calls

Tested by

no test coverage detected