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

Method isNeedKeyFocus

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:607–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605 return static_cast<Widget*>(this)->getInheritsAlpha();
606 }
607 bool MemberObsolete<Widget>::isNeedKeyFocus()
608 {
609 return static_cast<Widget*>(this)->getNeedKeyFocus();
610 }
611 bool MemberObsolete<Widget>::isNeedMouseFocus()
612 {
613 return static_cast<Widget*>(this)->getNeedMouseFocus();

Callers

nothing calls this directly

Calls 1

getNeedKeyFocusMethod · 0.80

Tested by

no test coverage detected