GetPointerDeviceRects method
Implementation
int GetPointerDeviceRects(
ffi.Pointer<ffi.Void> device,
ffi.Pointer<LPRECT> pointerDeviceRect,
ffi.Pointer<LPRECT> displayRect,
) {
return (_GetPointerDeviceRects ??= _dylib.lookupFunction<
_c_GetPointerDeviceRects,
_dart_GetPointerDeviceRects>('GetPointerDeviceRects'))(
device,
pointerDeviceRect,
displayRect,
);
}