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

Mouse stutters and suffers from unintended mouse acceleration #3

Closed
Matt-Doyle opened this issue May 14, 2017 · 2 comments
Closed

Mouse stutters and suffers from unintended mouse acceleration #3

Matt-Doyle opened this issue May 14, 2017 · 2 comments
Assignees

Comments

@Matt-Doyle
Copy link
Collaborator

Due to the fact that we're updating the mouse's position so often, it tends to only display 1 or -1 in the mouse velocity section of the UI, making it such that even if you move the mouse a long distance in a relatively short time, moving it that same distance in a shorter time will get you further.

@hallgchris hallgchris self-assigned this May 14, 2017
hallgchris added a commit that referenced this issue May 14, 2017
…her than difference in position since previous frame.
@hallgchris
Copy link
Owner

Fixed in commit ff3fd72. Now shows mouse velocity in pixels per second rather than difference in position. Also only updates field every second frame, otherwise it is unreadable. Keep in mind Matt you will be still be affected since your v-sync isn't working, which we should look into.

@hallgchris
Copy link
Owner

Created issue for windows v-sync (#5)

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

No branches or pull requests

2 participants