-
Notifications
You must be signed in to change notification settings - Fork 941
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
Rapid cursor movement causes frame loss #3689
Comments
Seems like a strange issue. When recording, the bug is less visible. Tried changing Razer Synapse between 125hz and 8000hz, losing frames mostly at 8000hz. When OBS records I only lose 3-4 frames at 8000hz. Thinking it might be a Windows problem rather than winit. Profiling needed for confirmation. |
Actually, I remember reading a (very good) article about this before, probably from Hacker News or something, can't seem to find it now. But a quick Google search does indeed suggest that this is a more general problem on Windows. |
I am closing this issue considering its a windows issue and there's nothing we can do except point fingers at @microsoft |
I read a related blog post about this today, see https://ph3at.github.io/posts/Windows-Input/ |
Description
Faster cursor moves, the less framerate
No render load :
Heavy render load :
Tried this pull request for high polling rate fix, didn't work
Note that I do not even utilize inputs yet
my event loop source
Green
= framerate with no cursor movementRed
= framerate with rapid cursor movementsWindows version
Winit version
0.29.15
The text was updated successfully, but these errors were encountered: