Trying to make a game that is intended to be played by people with a visual impairment. currently trying to set up the main menu and would like it to usable. This means clear feedback on which button is being focused on via audio feedback and clear visuals. I thought I would just be able to able to play an audio event based on which widget was in focus but I can’t figure out how to do it. The best solution I have got is a series of branches that check if the first widget has user focus and if not check the second, and then the third and so on. Surely there is a better way to do this.
Also the actual focus imagery is very hard to see, and don’t appear on the widget until the focus has been changed once. Is there a way to make it appear straight away and also make it more obvious, like the visual changes that you can do when hovered?