RegisterTouchWindow

[DllImport("user32.dll", SetLastError = true)]
public static extern bool RegisterTouchWindow(
   IntPtr hWnd,
   uint ulFlags
);

Microsoft documentation: Linkarrow-up-right

Last updated