# `GSHandle.cursor`

*Instance Property*

## Declaration

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

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

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

