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

# touchesMoved(with:)

Called when one or more fingers, associated with an in-progress event, move within an NSTouchBar instance on the Touch Bar.

## Declaration

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

## See Also

### Instance Methods

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