Hi Ben,
As you noted, the WM_Touch messages aren't available with WPF. The reason for this is that WPF actually blocks these messages. My only guess is that, as they are working on supporting the feature more fully for WPF 4.0, they're attempting to maintain control over how multi-touch is handled. WPF uses only one window, so the touch points can't be distinguished among the various visual elements - only the top window. Because of this, I can only speculate that they are capturing these messages and providing some special cases to them to emulate this functionality.
As for the stability and reliability of the NextWindow driver, you'll have to accept that the driver is in beta and will have some issues. Hopefully, they'll have all of that ironed out before Windows 7 hits. In my experience, it has been stable enough for development purposes. How are things going for you?
--Andrew
RSS

