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