How can I simulate multi-touch in the Windows Phon

2020-02-23 06:15发布

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

3条回答
混吃等死
2楼-- · 2020-02-23 06:54

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楼-- · 2020-02-23 06:56

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

查看更多
女痞
4楼-- · 2020-02-23 07:07

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.

查看更多
登录 后发表回答