Forum Discussion

johnmarsden's avatar
9 years ago

Something similar to TabIndex for Scene Graph?

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.

1 Reply

  • Roku components such as rowlists and grids can handle their navigation when they have focus.  To navigate between components and custom UI items you need to handle on your own.