-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Add action_get_deadzone()
method to InputMap
#50065
Conversation
get_dead_zone()
method to InputMap
action_get_deadzone()
method to InputMap
Looks good, but you need to run |
Ok, looks like everything is good now. 🙂 |
Could you squash the commits? Note that this can't be done with the web UI, you'll have to use Git directly: https://docs.godotengine.org/en/latest/community/contributing/pr_workflow.html#the-interactive-rebase |
This commit adds a new method to the `InputMap`, allowing the user to get the value of an action's dead zone as a float.
Done. Now everything should be fine. |
Thanks! |
Cherry-picked for 3.4. |
Cherry-picked for 3.3.3. |
This pull request adds a new method to the
InputMap
class, allowing the user to get the value of an action's dead zone as a float.Resolves: #50061