TouchHandle.end() 方法
¥TouchHandle.end() method
为此触摸发送 touchend
事件。
¥Dispatches a touchend
event for this touch.
签名
¥Signature
interface TouchHandle {
end(): Promise<void>;
}
Returns:
Promise<void>
¥TouchHandle.end() method
为此触摸发送 touchend
事件。
¥Dispatches a touchend
event for this touch.
¥Signature
interface TouchHandle {
end(): Promise<void>;
}
Returns:
Promise<void>