GetPointerDeviceCursors method
Implementation
int GetPointerDeviceCursors(
ffi.Pointer<ffi.Void> device,
ffi.Pointer<ffi.Uint32> cursorCount,
ffi.Pointer<POINTER_DEVICE_CURSOR_INFO> deviceCursors,
) {
return (_GetPointerDeviceCursors ??= _dylib.lookupFunction<
_c_GetPointerDeviceCursors,
_dart_GetPointerDeviceCursors>('GetPointerDeviceCursors'))(
device,
cursorCount,
deviceCursors,
);
}