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

Smoother Mouse Pointer Movement #9

Open
2b2tplayer opened this issue Sep 20, 2023 · 3 comments
Open

Smoother Mouse Pointer Movement #9

2b2tplayer opened this issue Sep 20, 2023 · 3 comments

Comments

@2b2tplayer
Copy link

Is there a way to make is as smooth as using a mouse? could this be a keyboard polling rate issue?
Anyways I'm in love with this, tysm for making it

@4strid
Copy link
Owner

4strid commented Jan 3, 2024

thanks ! and hello fellow 2b2t player :>

so , the short answer is "yes" we can make it tick more often , although not by much . right now it polls every 16 ms which puts it at about 60 fps . according to my research a more optimal number to set the timer for is 15.6 ms which is a sort of soft cap set by AHK . we can also set it as low as 10 ms but then we might run into issues where it's inconsistent which to me seems worse than than consistently running at "only" 60 fps .

i'll go to the library later today to test these timer values and let you know how they work .

@saleo
Copy link

saleo commented Feb 22, 2024

Is there a way to make is as smooth as using a mouse? could this be a keyboard polling rate issue? Anyways I'm in love with this, tysm for making it

i have the same strong request as @2b2tplayer , it looks weird , although your mouse-control.autohotkey is GREAT!

@4strid
Copy link
Owner

4strid commented Mar 1, 2024

i've tried tuning the SetTimer number at various values none of which seem to improve "smoothness"

there is one other thing i can try, namely "shorter sleep" to make it a little more snappy , but it will have to wait for another day my friends . i don't have a computer right now so i am doing the best i can at the public library .

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

3 participants