-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: InputEventJoypadMotion should trigger only once on a vslider #63168
Conversation
It could also be backported to 3.x. Was tested on both 4.0, 3.4 and 3.5 |
43df020
to
a720e51
Compare
PR has been updated to match my proposal godotengine/godot-proposals#4911 |
Seems fine, but I left some comments. The comments I left in PopupMenu also apply to Slider (mostly). |
@KoBeWi The same jitter seems to happen when using the keyboard :/ it seems left visible since it's a little bit faster the gamepad Peek.2023-04-19.10-00.mp4 |
Then I guess it's fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now.
Needs to be squashed into 1 commit.
not properly supported by godot yet godotengine/godot#63168 should fix it soon
@KoBeWi sorry, I didn't saw your comment. Commit are squashed now. |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Fixes #62932
Closes godotengine/godot-proposals#4911
Both slider and popup_menu has been modified to support joypad motion.
2023-02-09.13-10-43.mp4