其他TouchHandleTouchHandle.moveVersion: 23.8.0On this pageTouchHandle.move() 方法 ¥TouchHandle.move() method 为此触摸发送 touchMove 事件。 ¥Dispatches a touchMove event for this touch. 签名 ¥Signature interface TouchHandle { move(x: number, y: number): Promise<void>;} 参数 ¥Parameters 范围类型描述x数字移动的水平位置。y数字移动的垂直位置。 Returns: Promise<void>