GetPointerDevice method
Implementation
int GetPointerDevice(
ffi.Pointer<ffi.Void> device,
ffi.Pointer<POINTER_DEVICE_INFO> pointerDevice,
) {
return (_GetPointerDevice ??=
_dylib.lookupFunction<_c_GetPointerDevice, _dart_GetPointerDevice>(
'GetPointerDevice'))(
device,
pointerDevice,
);
}