GetRawInputDeviceList method
int
GetRawInputDeviceList(
- Pointer<
PRAWINPUTDEVICELIST> pRawInputDeviceList, - Pointer<
Uint32> puiNumDevices, - int cbSize
Implementation
int GetRawInputDeviceList(
ffi.Pointer<PRAWINPUTDEVICELIST> pRawInputDeviceList,
ffi.Pointer<ffi.Uint32> puiNumDevices,
int cbSize,
) {
return (_GetRawInputDeviceList ??= _dylib.lookupFunction<
_c_GetRawInputDeviceList,
_dart_GetRawInputDeviceList>('GetRawInputDeviceList'))(
pRawInputDeviceList,
puiNumDevices,
cbSize,
);
}