Is there a way to test the multitouch capability of an application using a non-multitouch enabled machine? I'd like to simulate user input for zoom, scaling and rotating during runtime.
This is for a WPF application written in C#.
Is there a way to test the multitouch capability of an application using a non-multitouch enabled machine? I'd like to simulate user input for zoom, scaling and rotating during runtime.
This is for a WPF application written in C#.
Try using multiple mouse cursors: http://www.microsoft.com/presspass/features/2006/dec06/12-14MultiPoint.mspx
Take a look at this article Developing Win 7 Multi-Touch Apps Without a Multi-Touch Screen