CGWaitForScreenRefreshRects

Function CGWaitForScreenRefreshRects 

Source
pub unsafe extern "C-unwind" fn CGWaitForScreenRefreshRects(
    rects: *mut *mut CGRect,
    count: *mut u32,
) -> CGError
๐Ÿ‘ŽDeprecated: No longer supported
Available on crate features CGError and CGRemoteOperation only.
Expand description

ยงSafety

  • rects must be a valid pointer or null.
  • count must be a valid pointer or null.