djpnewton / vmulti

Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
MIT License
401 stars 171 forks source link

a relative mouse problem #33

Closed ctinkong closed 3 years ago

ctinkong commented 3 years ago

Hi, i was using vmulti on my remote desktop app. and when i used api <vmulti_update_relative_mouse> to move mouse position relatively(like x-axis move 10 pixels), the actual movement is greater than 10 pixels. is that a bug or that's the design? thanks.

动画

ihor-drachuk commented 3 years ago

Hi! I assume OS affects cursor movement. So, cursor movements are affected by mouse movement (even vmulti) + system settings. Did you try to change mouse move speed in system settings? Does it affect your test?

ctinkong commented 3 years ago

@ihor-drachuk when I turn off enhanced pointer precision and set the mouse move speed to normal, it works well. thanks.