Skip to content

textmode.js / input / touch / TouchSwipeHandler

Type Alias: TouchSwipeHandler()

ts
type TouchSwipeHandler = (data) => void;

Touch swipe event handler function type

Parameters

ParameterType
dataTouchSwipeEventData

Returns

void