方法介绍
方法名称:弹起手指
语法:touchUp(id)
参数说明:
id:模拟手指的索引号0-4之间
返回值:无
方法例子
touchDown(2,100,100)
touchDown(1,100,100)
sleep(300)
touchUp(1)
sleep(100)
touchUp(2)