FabGL
ESP32 Display Controller and Graphics Library

◆ setFocusIndex()

void fabgl::uiWindow::setFocusIndex ( int  value)
inline

Sets the focus index (aka tab-index)

Parameters
valueThe focus index. -1 = control isn't included into the focusable controls. 0 = first focusable control.