pub unsafe extern "C" fn HIDUSER_GetHandles(
    outMemHandle: *mut Handle,
    eventpad0: *mut Handle,
    eventpad1: *mut Handle,
    eventaccel: *mut Handle,
    eventgyro: *mut Handle,
    eventdebugpad: *mut Handle
) -> Result
Expand description

Gets the handles for HID operation.

§Arguments

  • outMemHandle - Pointer to output the shared memory handle to.
  • eventpad0 - Pointer to output the pad 0 event handle to.
  • eventpad1 - Pointer to output the pad 1 event handle to.
  • eventaccel - Pointer to output the accelerometer event handle to.
  • eventgyro - Pointer to output the gyroscope event handle to.
  • eventdebugpad - Pointer to output the debug pad event handle to.