February 2nd, 2009
Please refer http://channel9.msdn.com/pdc2008/PC03/ for more detail.
API analysis:
- GOOD (MultiTouchScratchPadRTS)
1. It cold migrate into WPF.
2. It also the row data no such Gesture API for using.
3. Just like some raw data for WMTouch.
4. MS Sample: [下載](http://www.badongo.com/file/13188090)
- Better (MultiTouchGesture)
1. Only work on Win7 SDK.
2. Only some Gesture for using (Zoom/Rotate ...)
3. Work with C++, might need some work for WPF.
4. MS Sample: [下載](http://www.badongo.com/file/13188086)
- Best (WMTouch)
1. Raw data no other API for it.
2. MS Sample: [下載](http://www.badongo.com/file/13188047)
Working machine and driver:
- OS
- Win7 B6801 beta
- Machine:
-
Dell Latitude XT (Over two point support)
-
- Driver:
- DuoSense_MT_PreBetaForWin7_V4.exe from http://www.n-trig.com/
Summary:
Multiple touch depend on Target machine, OS and driver. Especially the driver and OS. Sometime we found the driver may failed after some instruction. It is greate for any app to support multiple-touch, but how to work-out a greate user behavior is harder than migration.
Reference: