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