Hi all,
I am trying to create a Menu to be use with a gamepad.
This menu will have different tabs, that i can navigate between them with a Widget Switcher.
The problem comes that when I create the widget, with common UI plugin, I have a function get desiredfocus target that focus on a button in the first menu, but when i click on a button to move to another menu, i lost focus and cannot use the gamepad anymore.
with mouse and keyboard it still working and i can go back to the previous menu, but how can i do it with the gamepad to have focus on this new page in one of the buttons there?
Hope this makes sense, i come from architectural visualization and not very familiar with programming .
Thanks in advance