Contents

touchesCancelled(with:)

Informs the receiver that tracking of touches has been cancelled for any reason.

Declaration

func touchesCancelled(with event: NSEvent)

Parameters

  • event:

    An event object representing the cancellation of a touch event.

Discussion

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

See Also

Touch and Gesture Events