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

Fixed mouse click count for relative mode and multiple mice #11694

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

slouken
Copy link
Collaborator

@slouken slouken commented Dec 24, 2024

We'll track the click count separately for each input source, and the click distance is calculated using a point on an infinite plane that is pushed around by mouse motion deltas, unclamped by the window edge.

This should improve things for #5843

We'll track the click count separately for each input source, and the click distance is calculated using a point on an infinite plane that is pushed around by mouse motion deltas, unclamped by the window edge.
@slouken slouken added this to the 3.2.0 milestone Dec 24, 2024
@slouken slouken requested a review from icculus December 24, 2024 02:16
@slouken slouken merged commit 483e79b into libsdl-org:main Dec 24, 2024
40 checks passed
@slouken slouken deleted the update branch December 24, 2024 03:00
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.

1 participant