-
Notifications
You must be signed in to change notification settings - Fork 172
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 窗口不能正常执行点击操作 #305
Comments
遇到过这个情况,实际上是点击了,但是游戏窗口没有反应 |
我也认为是ace的关系。我尝试了SendMessage和PostMessage,都没法对这个窗口正常工作。 |
我用的seize,用SendMessage的话就彻底没反应了 |
本地测试遇到了这种情况,测试后发现可能是系统权限的问题。使用Run as administrator才可以成功发送指令到游戏。。。 |
我之前就是管理员权限打开的,但是会出现点击一次没反应,甚至log都正常。 |
目标是:
识别下面窗口中的"TOUCH TO CONTINUE",然后点击该文字。
问题是:
OCR成功识别目标文字后没有执行Click。(游戏窗口倒是跑到了最前台,但是鼠标没有移动过去,更没有点击)
json是:
Maa Debugger是:
TouchToContinue应该是成功hit了目标文字的:
-这是log:
maa.log
p.s. 尝试了一些简单并且相似的操作,比如识别QQ的“发送”按钮并点击,是没问题的。但到了Nikke上就不行。请大佬把把脉,非常感谢!
The text was updated successfully, but these errors were encountered: