Skip to main content

IOHIDManagerRegisterInputReportCallback

Function IOHIDManagerRegisterInputReportCallback 

Source
pub unsafe extern "C-unwind" fn IOHIDManagerRegisterInputReportCallback(
    manager: &IOHIDManager,
    callback: IOHIDReportCallback,
    context: *mut c_void,
)
👎Deprecated:

renamed to IOHIDManager::register_input_report_callback

Available on crate feature hid only.