Skip to content

textmode.js / Textmodifier / touches

Property: touches

ts
readonly touches: TouchPosition[];

Currently active touches in grid coordinates.

Returns a copy of each touch, including grid position, client coordinates, and pressure when available. Use this inside a draw loop to react to active multi-touch scenarios.

Example