GetPointerTouchInfo method
Implementation
int GetPointerTouchInfo(
int pointerId,
ffi.Pointer<POINTER_TOUCH_INFO> touchInfo,
) {
return (_GetPointerTouchInfo ??= _dylib.lookupFunction<
_c_GetPointerTouchInfo,
_dart_GetPointerTouchInfo>('GetPointerTouchInfo'))(
pointerId,
touchInfo,
);
}