Feed any kind of channel into this to detect and react to swipes. Can be used with a kinect, mouse or panel values.
Parameter:
- Active: If swipe-detection is active.
- Threshhold: The speed at which a swipe is detected.
- Retriggerdelay: Ignore swipes until this time is over.
Inputs:
- Single channel representation of the swipeable value.
Outputs:
- Trigger: Jumps to 1 when a swipe on the channmel is detected.
- Direction: Show the direction of the swipe as -1 or 1
Callbacks:
- OnSwipe : Giving you the channelname and direction as a Python-Callback.