Is there something similar to HTML's Tab index when it comes to setting focus for buttons or custom elements? So setFocus would be automatically issued through a stack of elements somehow.
Was wondering before I start manually handling key presses and building a system around it which i guess would be the alternative.