InjectSyntheticPointerInput method

int InjectSyntheticPointerInput(
  1. Pointer<HSYNTHETICPOINTERDEVICE__> device,
  2. Pointer<POINTER_TYPE_INFO> pointerInfo,
  3. int count
)

Implementation

int InjectSyntheticPointerInput(
  ffi.Pointer<HSYNTHETICPOINTERDEVICE__> device,
  ffi.Pointer<POINTER_TYPE_INFO> pointerInfo,
  int count,
) {
  return _InjectSyntheticPointerInput(
    device,
    pointerInfo,
    count,
  );
}