跳至主要內容
版本:23.11.1

TouchHandle.end() 方法

為此觸摸派送一個 touchend 事件。

簽名

interface TouchHandle {
end(): Promise<void>;
}

回傳

Promise<void>