Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing Windows 7 multitouch on a dev machine without multitouch?

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

like image 928
karl.r Avatar asked Aug 20 '09 21:08

karl.r


1 Answers

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

like image 79
Rob Rodi Avatar answered Sep 18 '22 01:09

Rob Rodi