textmode.js / input / touch / TouchRotateHandler
Type Alias: TouchRotateHandler()
ts
type TouchRotateHandler = (data) => void;Touch rotate event handler function type
Parameters
| Parameter | Type |
|---|---|
data | TouchRotateEventData |
Returns
void