kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsDrawnInFramebuffer

Static kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsDrawnInFramebuffer 

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

Used to look up a CFBoolean from the CFDictionary specified by kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers. It specifies if the cursor is being drawn at the display level when the screen was captured (if TRUE, the CursorFrameRect may not represent accurately the frame CGRect of the cursor image being drawn).

See also Apple’s documentation