此合并请求的源项目已被删除。
WIP: rewrite windows mouse movement
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..