views:

688

answers:

2

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#.

+1  A: 

Try using multiple mouse cursors: http://www.microsoft.com/presspass/features/2006/dec06/12-14MultiPoint.mspx

Rob Rodi
With MultiPoint you still get mouse events, not touch events.
eriksmith200
+3  A: 

Take a look at this article Developing Win 7 Multi-Touch Apps Without a Multi-Touch Screen

stretchtiberius
That article recommends Multi-Touch Vista on CodePlex, but the codeplex site says: "With the release of .NET 4 Framework WPF part of MultiTouchVista is not developed any more. Use WPF with Windows 7 driver."
eriksmith200