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...
Asked
Active
Viewed 414 times
5
-
I actually prefer to debug on the device. Responds faster for me than the emulator but that's probably just my lame PC. – Fishcake Dec 17 '10 at 10:41
-
A stupid thing is the emulator don't even support touch screens... – SandRock Dec 20 '10 at 21:37
2 Answers
4
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

Mick N
- 14,892
- 2
- 35
- 41
2
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.

Matt Lacey
- 65,560
- 11
- 91
- 143