Hi all,
I made an inventory screen widget and created functionality with a mouse/keyboard and gamepad. I have no problems navigating the widget with the mouse/keyboard, but when I try to use the gamepad, I cannot select any of the 12 boxes in my inventory widget [unless the mouse was hovering over one of those boxes prior to opening up the widget – on a PC that wouldn’t be a problem, as the mouse is there, but on a console, that would be terrible, as nothing could be accessed]. I would like to focus on the first box (upper left, highlighted in image) when I always open up the inventory widget, then maneuver around using the D-pad of the controller. I tried using an event tick, but it didn’t work. Does anyone have any ideas? Thanks!