pub unsafe extern "C-unwind" fn CGGetEventTapList(
max_number_of_taps: u32,
tap_list: *mut CGEventTapInformation,
event_tap_count: *mut u32,
) -> CGErrorAvailable on crate features
CGError and CGEvent and CGEventTypes and libc only.Expand description
ยงSafety
tap_listmust be a valid pointer or null.event_tap_countmust be a valid pointer or null.