Hi, I’m trying to get controllers to work in my UI Screen, but on the controller, the buttons are not selectable (It does not lock onto them)
In verse I use AddWidget and SetFocus(Widget)
PlayerUI.AddWidget(NewRankUI, player_ui_slot{InputMode := ui_input_mode.All})
PlayerUI.SetFocus(NewRankUI)
This is enough for Mobile and Keyboard/mouse, but the controller does not work.
I’m just stuck in the UI. Not able to do anything.
All buttons have the highest ZOrder and are set to Visible. All other sprites are set to HitTestInvisible
I don’t know what this does, but toggling Selection (Selectable) does not change anything
Does anyone know how to give the controller the ability to select the buttons?
Thanks in advance.