Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1456
bool Widget::isFocusEnabled() const
1457
{
1458
return _focusEnabled;
1459
}
1460
1461
Widget* Widget::findNextFocusedWidget(FocusDirection direction, Widget* current)
1462
{
Callers
12
calculateNearestDistance
Method · 0.80
calculateFarthestDistance
Method · 0.80
findFirstFocusEnabledWidgetIndex
Method · 0.80
findNearestChildWidgetIndex
Method · 0.80
findFarthestChildWidgetIndex
Method · 0.80
findFocusEnabledChildWidgetByIndex
Method · 0.80
checkFocusEnabledChild
Method · 0.80
getPreviousFocusedWidget
Method · 0.80
getNextFocusedWidget
Method · 0.80
onImageViewClicked
Method · 0.80
onFocusChanged
Method · 0.80
lua_ax_ui_Widget_isFocusEnabled
Function · 0.80
Calls
no outgoing calls
Tested by
2
onImageViewClicked
Method · 0.64
onFocusChanged
Method · 0.64