Skip to content
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

Properly fix the analog limiter feature ("lightly"). #17289

Merged
merged 1 commit into from
Apr 15, 2023

Conversation

hrydgard
Copy link
Owner

This got lost in the big refactoring, and then ended up with some confusion (see #17286 ).

Need to apply the multiplier after the deadzone processing, since otherwise it'll get watered down by the deadzone etc. Also need to retrigger the computation if you press the shift key, needing another flag in the big processing loop.

@hrydgard hrydgard added the Input/Controller Input and controller issues label Apr 15, 2023
@hrydgard hrydgard added this to the v1.15.0 milestone Apr 15, 2023
@unknownbrackets unknownbrackets merged commit cc4927b into master Apr 15, 2023
@unknownbrackets unknownbrackets deleted the analog-limiter-proper-fix branch April 15, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Input/Controller Input and controller issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants