views:

273

answers:

5

I'm playing around with wp7 using the emulator. I'd like to play with multitouch on the emulator, but my machine doesn't have multi touch support (it's just a standard mouse/keyboard setup).

Is their any way to do this?

I know that double clicking zooms/unzooms, but I'm looking for pinch-specific interaction.

+1  A: 

Try mouse with Alt, Control or Shift pressed. That's how you do pinch on the iPhone emulator.

Seva Alekseyev
Thanks for the input, but this doesn't appear to work for me. The click/drag with those keys pressed function the same way that it would if the key's weren't pressed.
brad
+4  A: 

From what I've gathered, I don't think this can be done without multitouch hardware support on the development machine. I hope this will change when the final version is released (but it seems kind of late in the game for such a change)

If this is wrong, please let me know.

brad
note: I wouldn't rule out http://multitouchvista.codeplex.com/, and it might work for some. For whatever reason, I couldn't get it to work on my machine and I don't really want to spend a day figuring out what went wrong.
brad
+2  A: 

If you're using Windows7 and have two mice you could try http://multitouchvista.codeplex.com/

Kris
A: 

As mentioned in the answer to this question, you could always emulate multitouch until you have an actual phone to test on.

ctacke