We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬,我这边看到你在进行鼠标单击的时候,会去调win32的MOUSEMOVE (win32gui.SendMessage(self.hwnd, win32con.WM_LBUTTONDOWN, 0, win32api.MAKELONG(pos1[0], pos1[1]))) 但我实际在封装点击函数的时候,没用到鼠标移动,既然是后台,为什么要调用鼠标移动呢,是因为要处理防封吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
大佬,我这边看到你在进行鼠标单击的时候,会去调win32的MOUSEMOVE
(win32gui.SendMessage(self.hwnd, win32con.WM_LBUTTONDOWN,
0, win32api.MAKELONG(pos1[0], pos1[1])))
但我实际在封装点击函数的时候,没用到鼠标移动,既然是后台,为什么要调用鼠标移动呢,是因为要处理防封吗?
The text was updated successfully, but these errors were encountered: