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