TouchCallback typedef

TouchCallback = void Function(Point<int> pos)

Callback for touch events

Implementation

typedef TouchCallback = void Function(Point<int> pos);