Skip to content

textmode.js / input / touch / TouchLongPressHandler

Type Alias: TouchLongPressHandler()

ts
type TouchLongPressHandler = (data) => void;

Touch long press event handler function type

Parameters

ParameterType
dataTouchLongPressEventData

Returns

void