# `GSGlyphEditView.cursor`

*Instance Property*

The currently active cursor.

## Declaration

```swift
var cursor: NSCursor? { get set }
```

```objc
@property (nonatomic, strong) NSCursor * cursor;
```

```python
cursor() -> NSCursor
setCursor_(cursor: NSCursor)
```

