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

Method getRootMouseFocus

MyGUIEngine/src/MyGUI_WidgetInput.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 bool WidgetInput::getRootMouseFocus() const
173 {
174 return mRootMouseFocus;
175 }
176
177 bool WidgetInput::getRootKeyFocus() const
178 {

Calls

no outgoing calls

Tested by

no test coverage detected