---
title: capturesMouseClicks
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturescreeninput/capturesmouseclicks
---

# capturesMouseClicks

A Boolean value that specifies whether mouse clicks appear highlighted in the captured output.

## Declaration

```swift
var capturesMouseClicks: Bool { get set }
```

## Discussion

Discussion By default, AVCaptureScreenInput does not highlight mouse clicks in its captured output. If you set this property is set to true, mouse clicks are highlighted (a circle is drawn around the mouse for the duration of the click) in the captured output.

## See Also

### Capturing mouse activity

- [capturesCursor](avfoundation/avcapturescreeninput/capturescursor.md)
