This is an early WIP. Navigation is done via a new widget method that lets widgets specify their connections: left, right, up, down, previous, and next.
Need to figure out how to bubble this information (should it be an event instead?) and how to render selection halos that reduces the burden of individual widgets.
We may want to decouple selection and focus, especially for things like sliders on controllers.
Closes #7.
This is an early WIP. Navigation is done via a new widget method that lets widgets specify their connections: left, right, up, down, previous, and next.
Need to figure out how to bubble this information (should it be an event instead?) and how to render selection halos that reduces the burden of individual widgets.
We may want to decouple selection and focus, especially for things like sliders on controllers.