CGEventCreateFromData

Function CGEventCreateFromData 

Source
pub extern "C-unwind" fn CGEventCreateFromData(
    allocator: Option<&CFAllocator>,
    data: Option<&CFData>,
) -> Option<CFRetained<CGEvent>>
👎Deprecated: renamed to CGEvent::from_data
Available on crate features CGEvent and CGEventTypes only.