UnregisterTouchWindow
[DllImport("user32.dll", SetLastError = true)]
public static extern bool UnregisterTouchWindow(
IntPtr hWnd
);Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern bool UnregisterTouchWindow(
IntPtr hWnd
);Last updated