---
title: "touchesEnded(with:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsgesturerecognizer/touchesended(with:)"
---

# touchesEnded(with:)

Called when one or more fingers are removed from contact with an NSTouchBar instance on the Touch Bar.

## Declaration

```swift
func touchesEnded(with event: NSEvent)
```

## See Also

### Instance Methods

- [touchesBegan(with:)](appkit/nsgesturerecognizer/touchesbegan(with:).md)
- [touchesCancelled(with:)](appkit/nsgesturerecognizer/touchescancelled(with:).md)
- [touchesMoved(with:)](appkit/nsgesturerecognizer/touchesmoved(with:).md)
