Skip to content

WIP: rewrite windows mouse movement

Piyush Aggarwal requested to merge (removed):fix_windows_remote into master

current mouse movement has a sleep of 1 microsec.. it seems to be enough to introduce latency in the mouse movement when remote inputting from desktop to desktop. Need to remove the sleep somehow..

The current approach of this MR is to collect all dx and dy packets over 10 milliseconds and then do one API call.. because if we do multiple API calls it looks really janky.

Perhaps someone reading this desc might have a better suggestion..

Merge request reports