今天在做操作的时候 发现这样可以有效的提高准确率。
本帖最后由 heroxianf 于 2016-7-26 13:03 编辑虽然不能像禁用鼠标来的直接,但是蛮不错的。
#include <WinAPI.au3>
Do
MouseMove(192, 375)
Local $tPoint = _WinAPI_GetMousePos()
Local $x = DllStructGetData($tPoint, "X")
Local $y = DllStructGetData($tPoint, "Y")
Until $x = 192 and $y = 375
msgbox(0, '', '鼠标移动到坐标' & $x & ' - ' & $y) 都没人关注啊! 看起来很不错 我是来学习的
页:
[1]