fuses/taps2 library

Mixins

FuseDoubleTaps
Mixin that enables the usage of double-tap fuses:

Functions

fuseDoubleTapCancel(FuseDoubleTapCancelFn fn) → void
Calls fn when a double-tap cancel event occurs.
fuseDoubleTapDown(FuseDoubleTapDownFn fn) → void
Calls fn when a double-tap down event occurs.
fuseDoubleTapUp(FuseDoubleTapFn fn) → void
Calls fn when a double-tap up event occurs.

Typedefs

FuseDoubleTapCancelFn = void Function(DoubleTapCancelEvent event)
FuseDoubleTapDownFn = void Function(DoubleTapDownEvent event)
FuseDoubleTapFn = void Function(DoubleTapEvent event)