How can I simulate multi-touch in the Windows Phon

2020-02-23 06:23发布

问题:

I’m running the Windows Phone 7 emulator/simulator and I need to simulate the two-finger pinch/zoom gesture. Any tips?

回答1:

There is a good guide here: http://michaelsync.net/2010/04/06/step-by-step-tutorial-installing-multi-touch-simulator-for-silverlight-phone-7

Basically you will need to use the Multi-Touch Vista project on CodePlex available here: http://multitouchvista.codeplex.com/ and 2 mouses mice.



回答2:

You'll need Windows 7 and a multi-touch monitor; in that setup 2 touchpoints are supported natively by the emulator.

There's no easy software or emulation API support for this.



回答3:

Laurent Bugnion's MultiTouch library (supports Silverlight 4 WPF, and WP7) enables simulated multitouch in the WP7 emulator.