SetGestureConfig function user32
Configures the messages that are sent from a window for Windows Touch gestures.
BOOL SetGestureConfig(
HWND hwnd,
DWORD dwReserved,
UINT cIDs,
PGESTURECONFIG pGestureConfig,
UINT cbSize
);
Implementation
int SetGestureConfig(int hwnd, int dwReserved, int cIDs,
Pointer<GESTURECONFIG> pGestureConfig, int cbSize) =>
_SetGestureConfig(hwnd, dwReserved, cIDs, pGestureConfig, cbSize);