Contents

ExclusiveGesture

A gesture that consists of two gestures where only one of them can succeed.

Declaration

@frozen struct ExclusiveGesture<First, Second> where First : Gesture, Second : Gesture

Overview

The ExclusiveGesture gives precedence to its first gesture.

Topics

Creating the gesture

Supporting types

See Also

Combining gestures