Hi there, I have made an UI for my game that consists of several independant panels. What I want for the UI on gamepad is this:
D-Pad left-right-up-down: change panel
Left stick: navigate through the UI elements of that panel
Right stick: browse elements inside a control (for example a list) or increase/decrease a value
It’s pretty straightforward I think but it seems that something won’t let me do that. I’ve had some success with keys such as F4 but for the D-Pad controls nothing works. When using the left and right sticks or D-Pad I get an inconsistent navigation instead.