pub unsafe extern "C-unwind" fn IOHIDGetButtonEventNum(
connect: io_connect_t,
button: NXMouseButton,
event_num: *mut c_int,
) -> kern_return_t๐Deprecated
Available on crate features
hidsystem and libc only.Expand description
ยงSafety
event_num must be a valid pointer.