[][src]Function wooting_analog_sdk_sys::wooting_set_disconnected_cb

pub unsafe extern "C" fn wooting_set_disconnected_cb(cb: void_cb)

@brief Set callback for when a keyboard disconnect.

The callback will be called when a Wooting keyboard disconnects. It will only trigger after a failed read.

@ingroup API @param cb The function pointer of the callback

@returns None.