Skip to main content
Version: 23.8.0

TouchHandle 接口

¥TouchHandle interface

TouchHandle 接口公开了用于操作已启动触摸的方法

¥The TouchHandle interface exposes methods to manipulate touches that have been started

签名

¥Signature

export interface TouchHandle

方法

¥Methods

方法

描述

end()

为此触摸发送 touchend 事件。

move(x, y)

为此触摸发送 touchMove 事件。