textmode.js / input / touch / TouchLongPressHandler
Type Alias: TouchLongPressHandler()
ts
type TouchLongPressHandler = (data) => void;Touch long press event handler function type
Parameters
| Parameter | Type |
|---|---|
data | TouchLongPressEventData |
Returns
void