希望支持鼠标相对移动
#185
Replies: 2 comments 5 replies
-
从接口上来看不设置win32con.MOUSEEVENTF_ABSOLUTE这个flag就可以了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果你是想自己编写脚本,我认为可以通过知道最开始坐标的位置通过位移来推算出来下一个的绝对位置。以此来实现你的想法 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RT,目前仅支持移动到屏幕上的某个坐标点,不支持相对当前鼠标位置移动一段距离
Beta Was this translation helpful? Give feedback.
All reactions