Skip to content
New issue

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问题 #101

Open
KJC1999 opened this issue Oct 12, 2022 · 0 comments
Open

关于win32的mousemove问题 #101

KJC1999 opened this issue Oct 12, 2022 · 0 comments

Comments

@KJC1999
Copy link

KJC1999 commented Oct 12, 2022

大佬,我这边看到你在进行鼠标单击的时候,会去调win32的MOUSEMOVE
(win32gui.SendMessage(self.hwnd, win32con.WM_LBUTTONDOWN,
0, win32api.MAKELONG(pos1[0], pos1[1])))
但我实际在封装点击函数的时候,没用到鼠标移动,既然是后台,为什么要调用鼠标移动呢,是因为要处理防封吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant