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

mousemove absolute doesnt work on both lgs and ghubnew #36

Open
muhaha211 opened this issue Dec 23, 2024 · 5 comments
Open

mousemove absolute doesnt work on both lgs and ghubnew #36

muhaha211 opened this issue Dec 23, 2024 · 5 comments

Comments

@muhaha211
Copy link

muhaha211 commented Dec 23, 2024

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.

@muhaha211 muhaha211 reopened this Dec 24, 2024
@muhaha211
Copy link
Author

muhaha211 commented Dec 24, 2024

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)

@Chaoses-Ib
Copy link
Owner

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.

@muhaha211
Copy link
Author

muhaha211 commented Dec 26, 2024

The Logitech driver doesn't support absolute move. It's implemented by converting the absolute coord to relative move.

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

@Chaoses-Ib
Copy link
Owner

Then it's probably caused by Enhanced Pointer Precision. You need to disable it to make precise relative move. See #7.

@muhaha211
Copy link
Author

muhaha211 commented Dec 26, 2024

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.
for logitech mouse move, they move about 1.34 times less than it should

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants