Skip to content

textmode.js / input / touch / TouchRotateHandler

Type Alias: TouchRotateHandler

ts
type TouchRotateHandler = (data) => void;

Rotate-gesture event callback signature.

Parameters

ParameterType
dataTouchRotateEventData

Returns

void