IOHIDElementGetProperty

Function IOHIDElementGetProperty 

Source
pub extern "C-unwind" fn IOHIDElementGetProperty(
    element: &IOHIDElement,
    key: &CFString,
) -> Option<CFRetained<CFType>>
👎Deprecated: renamed to IOHIDElement::property
Available on crate feature hid only.