Contents

swipe(with:)

Informs the receiver that the user has begun a swipe gesture.

Declaration

func swipe(with event: NSEvent)

Parameters

  • event:

    An event object representing the swipe gesture.

Discussion

The event will be sent to the view under the touch in the key window.

See Also

Touch and Gesture Events