跳转到主要内容
版本:23.11.1

TouchHandle 接口

TouchHandle 接口公开了操作已开始的触摸的方法

签名

export interface TouchHandle

方法

方法

描述

end()

为此触摸分发一个 touchend 事件。

move(x, y)

为此触摸分发一个 touchMove 事件。