GetGestureConfig method
Implementation
int GetGestureConfig(
ffi.Pointer<HWND__> hwnd,
int dwReserved,
int dwFlags,
ffi.Pointer<ffi.Uint32> pcIDs,
ffi.Pointer<PGESTURECONFIG> pGestureConfig,
int cbSize,
) {
return (_GetGestureConfig ??=
_dylib.lookupFunction<_c_GetGestureConfig, _dart_GetGestureConfig>(
'GetGestureConfig'))(
hwnd,
dwReserved,
dwFlags,
pcIDs,
pGestureConfig,
cbSize,
);
}