pub unsafe extern "C-unwind" fn IOHIDGetAccelerationWithKey(
handle: io_connect_t,
key: Option<&CFString>,
acceleration: *mut c_double,
) -> kern_return_t๐Deprecated
Available on crate features
hidsystem and libc only.Expand description
ยงSafety
keymight not allowNone.accelerationmust be a valid pointer.