InjectTouchInput method

int InjectTouchInput(
  1. int count,
  2. Pointer<POINTER_TOUCH_INFO> contacts
)

Implementation

int InjectTouchInput(
  int count,
  ffi.Pointer<POINTER_TOUCH_INFO> contacts,
) {
  return _InjectTouchInput(
    count,
    contacts,
  );
}