textmode.js / input / touch / TouchLongPressHandler
Type Alias: TouchLongPressHandler
ts
type TouchLongPressHandler = (data) => void;Long-press event callback signature.
Parameters
| Parameter | Type |
|---|---|
data | TouchLongPressEventData |
Returns
void