pub unsafe extern "C" fn hidWaitForAnyEvent(
nextEvents: bool,
cancelEvent: Handle,
timeout: s64,
) -> ResultExpand description
Waits for any HID or IRRST event.
ยงArguments
nextEvents- Whether to discard the current events and wait for the next events.cancelEvent- Optional additional handle to wait on, otherwise 0.timeout- Timeout.