Contents

NSEvent.EventType.gesture

The user performed a nonspecific type of gesture.

Declaration

case gesture

Discussion

NSEvent.EventType.gesture represents a gesture that is not otherwise specified by a type such as NSEvent.EventType.magnify, NSEvent.EventType.swipe, NSEvent.EventType.rotate, NSEvent.EventType.beginGesture, or NSEvent.EventType.endGesture

See Also

Getting Touch-Based Events