TouchHandle interface
The TouchHandle interface exposes methods to manipulate touches that have been started
Signature
export interface TouchHandle
Methods
Method | Description |
---|---|
end() | Dispatches a |
move(x, y) | Dispatches a |
The TouchHandle interface exposes methods to manipulate touches that have been started
export interface TouchHandle
Method | Description |
---|---|
end() | Dispatches a |
move(x, y) | Dispatches a |