Contents

magnify(with:)

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

Declaration

func magnify(with event: NSEvent)

Parameters

  • event:

    An event object representing the magnify gesture.

Discussion

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

See Also

Touch and Gesture Events