Godot Version
4.2.1
Question
Hi everyone !
First time posting here ![]()
So, I set my menus up, everything was working perfectly with both keyboard and controller inputs, with the built-in actions ui_up and ui_down.
I left my project aside for a few months, and now, keyboard inputs in menus are still perfectly fine, but controller inputs aren’t working anymore.
ui_up and ui_down are set with keyboard keys, Joypad D-pad up and down, and Joypad Axis 1 - and +.
Joypad controls are set on All Devices.
If I set a print with those actions, keyboard inputs trigger a console print, but not controller inputs.
If I set a different action with Joypad D-pad as an example, and set a console print, the action triggers a print correctly.
And in-game controller inputs, set with different actions, are working perfectly fine.
I’m trying to solve this problem for several hours now, and can’t seem to figure it out.
Why would the keyboard part of an action trigger this action, and not the controller part of this very same action ? Only for the built-in menu handling actions, and not the other ones I set myself ?
Thanks in advance !