Skip to main content
Version: Next

TouchHandle interface

The TouchHandle interface exposes methods to manipulate touches that have been started

Signature​

export interface TouchHandle

Methods​

Method

Description

end()

Dispatches a touchend event for this touch.

move(x, y)

Dispatches a touchMove event for this touch.