方法介绍
方法名称:按住不放
语法:touchDown(id,x,y)
参数说明:
id:模拟手指的索引号0-4之间
x:整数型,当前屏幕横坐标
y:整数型,当前屏幕纵坐标
返回值:无
方法例子
touchDown(2,100,100)
touchDown(1,100,100)
sleep(300)
touchUp(1)
sleep(100)
touchUp(2)