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
Hello, I found this addon and it was really useful for my projects! :)
Since I am working with Godot 4 for on one of them, I forked your repo and made the following changes:
Converted the buffer to Godot 4
Added support for Input InputEventJoypadMotion events to support gamepad joystick buffering
I could open a PR to merge these changes if you're ok with it, but I didn't want to do it on main before asking since it would break 3.x compatibility
The text was updated successfully, but these errors were encountered:
I'm glad you found this useful! :D I think both of those changes are helpful but I don't want to break compatibility with 3.x. Would it be possible for you to open a PR that only includes the joystick support, so that this repo can use that feature while keeping compatibility with 3.x? No worries if it's overly difficult to separate the joystick support from 4.0 support.
Either way, I appreciate the contributions and I'll edit my readme to include a link to your fork.
Hello, I found this addon and it was really useful for my projects! :)
Since I am working with Godot 4 for on one of them, I forked your repo and made the following changes:
InputEventJoypadMotion
events to support gamepad joystick bufferingI could open a PR to merge these changes if you're ok with it, but I didn't want to do it on
main
before asking since it would break 3.x compatibilityThe text was updated successfully, but these errors were encountered: