CreateSyntheticPointerDevice method
Implementation
ffi.Pointer<HSYNTHETICPOINTERDEVICE__> CreateSyntheticPointerDevice(
int pointerType,
int maxCount,
int mode,
) {
return (_CreateSyntheticPointerDevice ??= _dylib.lookupFunction<
_c_CreateSyntheticPointerDevice,
_dart_CreateSyntheticPointerDevice>('CreateSyntheticPointerDevice'))(
pointerType,
maxCount,
mode,
);
}