InjectTouchInput method
Implementation
int InjectTouchInput(
int count,
ffi.Pointer<POINTER_TOUCH_INFO> contacts,
) {
return (_InjectTouchInput ??=
_dylib.lookupFunction<_c_InjectTouchInput, _dart_InjectTouchInput>(
'InjectTouchInput'))(
count,
contacts,
);
}