meds
meds

Reputation: 22916

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

Upvotes: 5

Views: 419

Answers (2)

Matt Lacey
Matt Lacey

Reputation: 65564

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.

Upvotes: 2

Mick N
Mick N

Reputation: 14882

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

Upvotes: 4

Related Questions