Informs the receiver that the user has ended a touch gesture.
SDK
- macOS 10.5+
Framework
- App
Kit
Declaration
func endGesture(with event: NSEvent)
Parameters
event
An event object representing the gesture end.
Discussion
Note that this method is no longer called on apps that link against macOS 10.11 and later. 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.