Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate pinch gesture in Windows Phone 8 emulator [duplicate]

Possible Duplicate:
How can I simulate multi-touch in the Windows Phone 7 emulator?

I'm trying to simulate a pinch gesture so I can zoom out in a map, but I can't seem to figure out how?! Seems to me like a rookie problem, but everywhere I've checked they tell me there's supposed to be a pinch button in the toolbar on the right in the emulator.

Emulator screenshot

Any ideas?

like image 893
Kent Robin Avatar asked Nov 19 '12 12:11

Kent Robin


1 Answers

The Windows Phone emulator only supports multitouch gestures with a multitouch device. You would have to have a screen, or touchpad to work with it. Also, there has been comments about using two mice and there is a project on codeplex http://multitouchvista.codeplex.com for it.

A short video demonstration about using MultiTouchVista to emulate a pinch gesture on Windows Phone can be found here: http://vimeo.com/10330829

like image 158
user1836122 Avatar answered Sep 28 '22 02:09

user1836122