GetRawInputDeviceList method

int GetRawInputDeviceList(
  1. Pointer<RAWINPUTDEVICELIST> pRawInputDeviceList,
  2. Pointer<Uint32> puiNumDevices,
  3. int cbSize
)

Implementation

int GetRawInputDeviceList(
  ffi.Pointer<RAWINPUTDEVICELIST> pRawInputDeviceList,
  ffi.Pointer<ffi.Uint32> puiNumDevices,
  int cbSize,
) {
  return _GetRawInputDeviceList(
    pRawInputDeviceList,
    puiNumDevices,
    cbSize,
  );
}