ActiveGesture typedef

ActiveGesture = ({Gesture gesture, GestureStart start})

A committed gesture: the matched key (start) and value (gesture).

Implementation

typedef ActiveGesture = ({GestureStart start, Gesture gesture});