-
Notifications
You must be signed in to change notification settings - Fork 44
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
mousemove absolute doesnt work on both lgs and ghubnew #36
Comments
also tried razer by installing nanoleaf and it works better than logitech but still the coordination for absolute move is a bit different than sendinput(send input is correct and razers wrong) |
The Logitech driver doesn't support absolute move. It's implemented by converting the absolute coord to relative move. For Razer, is it only different in the vertical movement? If so, it's probably related to #30. |
I'm on windows10 x64 and I think there need to be some calculation added for mouse move for logitech because right now its not working properly unlike sendinput. Even relative move doesnt move properly |
Then it's probably caused by Enhanced Pointer Precision. You need to disable it to make precise relative move. See #7. |
Enhanced Pointer Precision is already disabled and its still not working properly. |
mousemove relative works just fine but when trying absolute
the mouse moves in a weird way. it moves like relative.
tried both lgs and new ghub but the result is same.
The text was updated successfully, but these errors were encountered: