fuses/taps library

Mixins

FuseTaps
Mixin that enables the usage of tap fuses:

Functions

fuseLongTapDown(FuseLongTapDownFn fn) → void
Calls fn when a long tap down event occurs.
fuseTapCancel(FuseTapCancelFn fn) → void
Calls fn when a tap cancel event occurs.
fuseTapDown(FuseTapDownFn fn) → void
Calls fn when a tap down event occurs.
fuseTapUp(FuseTapUpFn fn) → void
Calls fn when a tap up event occurs.

Typedefs

FuseLongTapDownFn = void Function(TapDownEvent event)
FuseTapCancelFn = void Function(TapCancelEvent event)
FuseTapDownFn = void Function(TapDownEvent event)
FuseTapUpFn = void Function(TapUpEvent event)