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

enhancement: Work around winit issues with high rate mouses #1087

Open
marc2332 opened this issue Feb 1, 2025 · 0 comments · May be fixed by #1090
Open

enhancement: Work around winit issues with high rate mouses #1087

marc2332 opened this issue Feb 1, 2025 · 0 comments · May be fixed by #1090
Labels
enhancement 🔥 New feature or request

Comments

@marc2332
Copy link
Owner

marc2332 commented Feb 1, 2025

High rate mouses seem to "lose" mouse move events, causing apps to feel "laggy" at high speeds

solution idea from geom3trik in discord:


When you have a high rate mouse you get multiple cursor move event for every about to wait
You could try storing the last mouse position and then doing your logic in the about to wait instead
That's how I fix a similar issue
@marc2332 marc2332 added the enhancement 🔥 New feature or request label Feb 1, 2025
@marc2332 marc2332 moved this to Todo in Freya Planning Feb 1, 2025
@marc2332 marc2332 linked a pull request Feb 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔥 New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant