capturesMouseClicks
A Boolean value that specifies whether mouse clicks appear highlighted in the captured output.
Declaration
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 true, mouse clicks are highlighted (a circle is drawn around the mouse for the duration of the click) in the captured output.