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