SetGestureConfig method
Implementation
int SetGestureConfig(
ffi.Pointer<HWND__> hwnd,
int dwReserved,
int cIDs,
ffi.Pointer<PGESTURECONFIG> pGestureConfig,
int cbSize,
) {
return (_SetGestureConfig ??=
_dylib.lookupFunction<_c_SetGestureConfig, _dart_SetGestureConfig>(
'SetGestureConfig'))(
hwnd,
dwReserved,
cIDs,
pGestureConfig,
cbSize,
);
}