Skip to main content

CGEventTapCreateForPSN

Function CGEventTapCreateForPSN 

Source
pub unsafe extern "C" fn CGEventTapCreateForPSN(
    processSerialNumber: *const c_void,
    place: CGEventTapPlacement,
    options: CGEventTapOptions,
    eventsOfInterest: CGEventMask,
    callback: CGEventTapCallBack,
    userInfo: *mut c_void,
) -> CFMachPortRef