CloseGestureInfoHandle method

int CloseGestureInfoHandle(
  1. Pointer<HGESTUREINFO__> hGestureInfo
)

Implementation

int CloseGestureInfoHandle(
  ffi.Pointer<HGESTUREINFO__> hGestureInfo,
) {
  return (_CloseGestureInfoHandle ??= _dylib.lookupFunction<
      _c_CloseGestureInfoHandle,
      _dart_CloseGestureInfoHandle>('CloseGestureInfoHandle'))(
    hGestureInfo,
  );
}