kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect

Static kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect 

Source
pub unsafe static kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect: Option<&'static CFString>
Available on crate features CMIOSampleBuffer and objc2-core-foundation only.
Expand description

Used to look up a CFDictionary representation of a CGRect from the CFDictionary specified by kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers. It specifies the frame CGRect as dictionary of the cursor when the screen was captured relative to the capture area. The origin is at the lower left of the capture area.

See also Apple’s documentation