I'm wondering if any one is working on an extension that allows the usage of Win7 multi touch on ArcGIS Explorer?
If not, i'm trying to build one... i've downloaded the code from http://code.msdn.microsoft.com/WindowsTouch to integrate multi touch... however, looking at the sample code, i can only enable multi touch on objects that derive from the System.Windows.Forms.Control class.. how can i make the Map subscribe to the Touch events since it is not derived from a Control class?
I am actually looking into adding this functionality as well you doing it in CS or VB? I wouldn't mind helping, starting to look at the Arcglobe addin that brings multitouch features.