TouchHandle.end() method
Dispatches a touchend
event for this touch.
Signature
interface TouchHandle {
end(): Promise<void>;
}
Returns:
Promise<void>
Dispatches a touchend
event for this touch.
interface TouchHandle {
end(): Promise<void>;
}
Returns:
Promise<void>