CVDisplayLinkIsRunning(_:)
Indicates whether a given display link is running.
Declaration
func CVDisplayLinkIsRunning(_ displayLink: CVDisplayLink) -> BoolParameters
- displayLink:
The display link whose run state you want to determine.
Return Value
Returns true if the display link is running, false otherwise.