Allow one widget to have focus, which grabs control of all keybinds. Also have a global key handler if the widget doesn't use a certain key. Would be good for being able to scroll different widgets.
Some ideas:
- maybe have a callback per widget for when the widget gains focus
- would allow for the widget to update its appearance
Allow one widget to have focus, which grabs control of all keybinds. Also have a global key handler if the widget doesn't use a certain key. Would be good for being able to scroll different widgets.
Some ideas: