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