MoveEventListener typedef

MoveEventListener = void Function(MoveEvent event)

Signature for listening to MoveEvent events.

Used by XGestureDetector.

Implementation

typedef MoveEventListener = void Function(MoveEvent event);