Skip to main content
Version: 23.8.0

TouchHandle.end() 方法

¥TouchHandle.end() method

为此触摸发送 touchend 事件。

¥Dispatches a touchend event for this touch.

签名

¥Signature

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

Returns:

Promise<void>