Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mouse calculations for multiple mice
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
- Loading branch information