You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may be related to #81170 (as before that, my axes were getting stuck, but since then I get this bug). (although I didn't bisect or anything, I just remember that)
I have an action tied to an input axis (a joystick direction).
This happens as I move my joystick in the direction of the action:
simplescreenrecorder-2023-09-20_13.57.30.webm
(red circle is deadzone)
Steps to reproduce
assign a controller axis to an action
print Input.is_action_just_pressed("your_action") in _process