Contents

CVDisplayLinkIsRunning(_:)

Indicates whether a given display link is running.

Declaration

func CVDisplayLinkIsRunning(_ displayLink: CVDisplayLink) -> Bool

Parameters

  • displayLink:

    The display link whose run state you want to determine.

Return Value

Returns true if the display link is running, false otherwise.

See Also

Inspecting Display Links