直接移动 - MoveToWithoutSimulator
函数简介
把鼠标移动到目的点(x, y),不使用鼠标轨迹,即使开启鼠标轨迹这个接口也不会生效
接口名称
int MoveToWithoutSimulator(int x, int y)
DLL调用
int MoveToWithoutSimulator(long ola, int x, int y)
参数定义:
ola
(长整数型): OLAPlug对象的指针,由DLL版本 CreateCOLAPlugInterFace 接口生成x
(整数型): X坐标y
(整数型): Y坐标
示例:
待补充...
COM调用
int MoveToWithoutSimulator(int x, int y)
参数定义:
x
(整数型): X坐标y
(整数型): Y坐标
示例:
ret = ola.MoveToWithoutSimulator(200, 300)
返回值
整型数:
0 : 失败
1 : 成功