Contents

CGDisplayIsCaptured(_:)

Returns a Boolean value indicating whether a display is captured.

Declaration

func CGDisplayIsCaptured(_ display: CGDirectDisplayID) -> boolean_t

Parameters

  • display:

    The identifier of the display to be accessed.

Return Value

If true, the specified display is captured; otherwise, false.

See Also

Functions