<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureScreenInput/capturesMouseClicks",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureScreenInput(py)capturesMouseClicks"
  },
  "title" : "capturesMouseClicks"
}
-->

# capturesMouseClicks

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

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

## Discussion

By default, `AVCaptureScreenInput` does not highlight mouse clicks in its captured output.

If you set this property is set to <doc://com.apple.documentation/documentation/Swift/true>, mouse clicks are highlighted (a circle is drawn around the mouse for the duration of the click) in the captured output.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)