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

Fix mouse calculations for multiple mice #435

Merged
merged 1 commit into from
Apr 30, 2022

Conversation

mmmaisel
Copy link
Contributor

Calculate mouse axis movement distance by just summing all values from
different input axes. The existing implementation with minimum and
maximum causes strange mouse "stuttering"-like movement when multiple
controller inputs are mapped to mouse movement.
This happens if both sticks are mapped as mouse and will be a major
problem with the coming sensor implementation.

Calculate mouse axis movement distance by just summing all values from
different input axes. The existing implementation with minimum and
maximum causes strange mouse "stuttering"-like movement when multiple
controller inputs are mapped to mouse movement.
This happens if both sticks are mapped as mouse and will be a major
problem with the coming sensor implementation.
@pktiuk pktiuk merged commit 471d321 into AntiMicroX:master Apr 30, 2022
@mmmaisel mmmaisel deleted the mousecalc branch April 30, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants