IOHIDManagerRegisterInputValueCallback

Function IOHIDManagerRegisterInputValueCallback 

Source
pub unsafe extern "C-unwind" fn IOHIDManagerRegisterInputValueCallback(
    manager: &IOHIDManager,
    callback: IOHIDValueCallback,
    context: *mut c_void,
)
👎Deprecated: renamed to IOHIDManager::register_input_value_callback
Available on crate feature hid only.