---
title: NSGestureRecognizerRepresentableContext
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/nsgesturerecognizerrepresentablecontext
---

# NSGestureRecognizerRepresentableContext

Contextual information about the state of the system that you use to create and update a represented gesture recognizer.

## Declaration

```swift
struct NSGestureRecognizerRepresentableContext<Representable> where Representable : NSGestureRecognizerRepresentable
```

## Topics

### Instance Properties

- [converter](swiftui/nsgesturerecognizerrepresentablecontext/converter.md)
- [coordinator](swiftui/nsgesturerecognizerrepresentablecontext/coordinator.md)

## See Also

### Adding AppKit gesture recognizers into SwiftUI view hierarchies

- [NSGestureRecognizerRepresentable](swiftui/nsgesturerecognizerrepresentable.md)
- [NSGestureRecognizerRepresentableCoordinateSpaceConverter](swiftui/nsgesturerecognizerrepresentablecoordinatespaceconverter.md)
