Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to emulate a second finger for the Windows Phone 7 emulator?

It's a bit annoying having to deploy to a device everytime to test multitouch functionality so I was just wondering if it's possible to fake the second finger. Obviously plugging in two mouse's doesn't help...

like image 388
meds Avatar asked Dec 17 '10 06:12

meds


2 Answers

There's no out of the box support for this at the moment, but there are some options you can look into for this.

Jonas Follesø's World of Software - Simulating multitouch on the Windows Phone 7 Emulator

Windows MultiPoint Mouse Software Development Kit

Multi-Touch Vista

like image 170
Mick N Avatar answered Oct 17 '22 23:10

Mick N


In addition to the links from Mick N, you may also want to have a look at the MultiTouch Behavior for Windows Phone 7. As this includes support for simulating multiple touches with the emulator and a single mouse while testing.

like image 31
Matt Lacey Avatar answered Oct 18 '22 00:10

Matt Lacey