I have a simple UI with some buttons, I can switch between them and I can also interact with them with my Xbox Controller. I´m using the Enhanced Input System btw.
My problem now is that I can only interact with a menu-button with the A-Button of the Xbox Controller, but I would love to use the X-Button, because in my game all the interactions work with the X-Button.
I´ve done some research and there was something about overriding the OnKeyDown event, but I havent figured out what to do in my case
I could switch everything to the A-Button, but I realy would love to know how to remap this input.