capturesCursor
A Boolean value that specifies whether the mouse cursor appears in the captured output.
Declaration
var capturesCursor: Bool { get set }Discussion
When this property is true (the default), captured video frames include the mouse pointer. If you change this property to false, the captured output contains only the windows on the screen (that is, the mouse pointer is invisible in captured video).