函数名

touchDown(id,x,y)

函数介绍

方法名称:手指按住不抬起

参数说明:
id:模拟手指的索引号0-4之间

x:整数型,当前屏幕横坐标

y:整数型,当前屏幕纵坐标


返回值:

函数例子

touchDown(0,100,100)
touchDown(1,100,100)
sleep(300)
touchUp(1)
sleep(100)
touchUp(0)