Skip to main content
Version: 23.8.0

TouchHandle.end() method

Dispatches a touchend event for this touch.

Signature

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

Returns:

Promise<void>