Windows 7 MultiTouch .NET API for Windows Forms
Is there any library for multi touch capabil开发者_Python百科ities of Windows 7 wrapped up for .NET?
I mean this, but with .NET flavor.
Some limitations however: I need it for DESKTOP development, and for Windows Forms, no WPF.
http://multitouch.codeplex.com/
http://archive.msdn.microsoft.com/WindowsTouch: Look for "interop sample"
BTW: WPF4 should support it out of the box:
http://blogs.msdn.com/b/ansont/archive/2009/12/03/multi-touch-in-wpf-4-part-1.aspx
http://blogs.msdn.com/b/jaimer/archive/2009/11/04/introduction-to-wpf-4-multitouch.aspx
精彩评论