I saw this on the tutorial:
UIButtonColor changes the color of the button when it’s hovered over or pressed on.
Is there something similar for when the button is selected?
I want to implement a menu with buttons that can be selected by pressing arrow keys or tab, and clicked by hitting enter. We got UIButtonKeys that is perfect for that, but I don't really know how to present the visual feedback of the button being selected.
Do I have to use OnSelect and change collors myself?
Thank you!