Testing Windows 7 multitouch on a dev machine without multitouch?

multi-touch, simulation, windows-7, wpf

Solution

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

Problem

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

Original source