Simulate multi touch events on windows?

Is there any way I can simulate and test multi touch events on windows?

I don’t think there is. You could build your project in Eclipse and use the Android Emulator but I’m not too sure. Using real test devices are always the best option.

Sadly it seems that android emulator does not support multitouch yet however I found something else. Acutally there is a free driver for windows 7 that can simulate touch events. In case someone needs this it can be found here: http://multitouchvista.codeplex.com/ and here: http://michaelsync.net/2010/04/06/step-by-step-tutorial-installing-multi-touch-simulator-for-silverlight-phone-7 is a step by step tutorial how to use it. I tested it and it worked :slight_smile: I connected 2 mouses to my laptop and with touchpad I was able to control 3 touch points on windows (however this is a little tricky if you have only two hands :wink: )

1 Like