TouchHandle 接口
¥TouchHandle interface
TouchHandle 接口公开了用于操作已启动触摸的方法
¥The TouchHandle interface exposes methods to manipulate touches that have been started
签名
¥Signature
export interface TouchHandle
方法
¥Methods
方法 | 描述 |
---|---|
end() | 为此触摸发送 |
move(x, y) | 为此触摸发送 |