想要记录下来每次移动的坐标值该怎么做呢

我想要loop循环这段代码,然后记录下来这每次移动的坐标值,该怎样来实现呢,代码如下:
Start:
If Findtext(OutputVarX, OutputVarY, (960-100), (540-100), (960+100), (540+100), 0.20, 0.20, “|0xFF7201@0.55$15.1k0DUVz67yTztzzDzvzztzo3s0C4”) {
TtlDst := Sqrt((OutputVarX – 960)^2 + (OutPutVarY – 530)^2)
If (TtlDst > 20){
Dllcall(“mouse_event”, UInt, 1, Int, Ceil((OutPutVarX – 960)/(0.71*6)), Int, Ceil((OutPutVarY – 530)/(0.71*6)))
}
Else If (20 >= TtlDst){
Dllcall(“mouse_event”, UInt, 1, Int, Ceil((OutPutVarX – 960)/(0.71*3)), Int, Ceil((OutPutVarY – 530)/(0.71*3)))
}
}
Return

论坛管理 管理员

热门评论
:
该帖子评论已关闭
图片审查中...
编辑答案: 我的回答: 最多上传一张图片和一个附件
x
x
个人中心
购物车
优惠劵
有新私信 私信列表
搜索