Contents

rotate(with:)

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

Declaration

func rotate(with event: NSEvent)

Parameters

  • event:

    An event object representing the rotate gesture.

Discussion

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

See Also

Touch and Gesture Events