[DllImport("user32.dll")]
public static extern bool SetProp(IntPtr hWnd, string lpString, IntPtr hData);
SetProp(HWND, "MicrosoftTabletPenServiceProperty", new IntPtr(0x01000000));
public static extern bool SetProp(IntPtr hWnd, string lpString, IntPtr hData);
SetProp(HWND, "MicrosoftTabletPenServiceProperty", new IntPtr(0x01000000));
WPF Windows 7 Multi-touch
WPF team is working on adding MultiTouch related support for Win7 in WPF.
Disabling Press and Hold in Applications Written for Tablet PC
1 則留言:
Check out my new post on WPF 4.0 multitouch
張貼留言