MCPcopy Create free account
hub / github.com/axmolengine/axmol / isFocusEnabled

Method isFocusEnabled

core/ui/UIWidget.cpp:1456–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454}
1455
1456bool Widget::isFocusEnabled() const
1457{
1458 return _focusEnabled;
1459}
1460
1461Widget* Widget::findNextFocusedWidget(FocusDirection direction, Widget* current)
1462{

Calls

no outgoing calls

Tested by 2

onImageViewClickedMethod · 0.64
onFocusChangedMethod · 0.64