pub unsafe static kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionX: Option<&'static CFString>Available on crate features
CMIOSampleBuffer and objc2-core-foundation only.Expand description
Used to look up a CFNumber from the CFDictionary specified by kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers. It specifies the approximate X coordinate of the cursor hotspot when the screen was captured (in the cursor’s flipped coordinate system, origin is the top left of the display and not relative to the capture area).
See also Apple’s documentation