Contents

NSEvent.EventType.beginGesture

An event marking the beginning of a gesture.

Declaration

case beginGesture

Discussion

Note that apps that link against macOS 10.11 and later no longer receive this event type. If you need to access the phases of a specific gesture, you can implement the responder for that gesture and examine its phase property instead.

See Also

Getting Touch-Based Events