-
Notifications
You must be signed in to change notification settings - Fork 107
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
Inconsistent pixel units #91
Comments
I stumbled on the same problem and found it was related to the windows mouse speed setting |
I looked at the documentation and our code and the reason why there is a difference between
So I seems to be impossible to be used in |
maybe make a wrapper function that does exactly that? the regular |
awesome! |
Hello! From windows 10 the parameters of
mouse_move_to
seem to be physical-pixel-units but the parameters ofmouse_move_relative
seem to be logical-pixel-units. The two functions should preferably operate on the same units and the kind of units should be stated in the documentation.Minimal code example:
rustc 1.41.1 (f3e1a954d 2020-02-24)
The text was updated successfully, but these errors were encountered: