You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that mouse moves and scrolling is much too fast to be useful. There are too many events per second, even lagging the cursor sometimes (network issues? xdotool execution delay on server?). I do not need that high a temporal resolution.
I believe it is somewhere related to this function:
I believe it is actually based on the minimal movement in pixels on the Android side; so if it would be made configurable and you set it higher, thre would be less traffic.
I find that mouse moves and scrolling is much too fast to be useful. There are too many events per second, even lagging the cursor sometimes (network issues? xdotool execution delay on server?). I do not need that high a temporal resolution.
I believe it is somewhere related to this function:
XMouse/app/src/main/java/com/stripe1/xmouse/MyMouseView.java
Line 337 in 25c17b8
I would like OnXMouseMove triggered much less often (such as less than 10x per second).
The text was updated successfully, but these errors were encountered: