Is it possible to emulate a second finger for the Windows Phone 7 emulator? - windows-phone-7

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

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

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.

Related

Multitouch on Emulator (Windows Phone 8.0)

In my Windows Phone 8.0 project, I am using 2 slider(right and left side) for controlling my robot but it is possible to use multitouching on Windows Phone Emulator? I would like to control 2 slider at the same time.
Sliders
If you run it on a computer with multi-touch then the emulator will pass that through.
If not then you can only test single-touch or specific gestures such as rotate and pinch-zoom with the "Multi-touch Input" tool (the hand on the emulator's toolbar). It will be a bit limited, but you should be able to use this tool to run both sliders simultaneously, if not independently.
--Rob

Presentation windows phone 7 on monitor

I wish show presentation of wp7 application on PC monitor, how i can do it using usb-connection and without cameras =)
What's programs i should use? I can't use emulator because all inputs, touches should be from real device.
Thanks!
This link should give you a bit of help with what you are trying to achieve Capturing Windows Phone Screen on your Computer
However this is a "Hack" so I would proceed with caution!

Simulating touch gestures on XNA in windows

I am developing a game for Windows Phone 7 using XNA, and I have set it up so that it runs as a Windows XNA app as well. The thing that I am having a problem with now is simulating the XNA touch gestures using the mouse in the same way that the Windows Phone 7 emulator does. I can't use the Windows Phone 7 emulator because it refuses to run on my laptop, because the hardware isn't new enough.
Any ideas on where I might either find a library which can translate mouse data to touch gestures, or where I might find enough information to get started without huge amounts of guesswork?
Here is a good article about Gestures (CS)/Gestures (VB).
Article Overview
Compare the Gestures abilities of Windows Phone 7 to other major phone
platforms, and learn how to take both gesture and raw touch input on
Windows Phone 7. This article is a thorough comparison of the gestures
features available across the major phone platforms, and contains code
to support basic touch-based input scenarios.

Touch test in VS2010 for Windows Phone 7

Can someone tell me how to test the Touch function in VS2010 for Windows Phone 7 emulator? I wrote a simple phone 7 app to test touch function, when I move the mouse and click in side the phone screen, nothing happened.
-Henry
The mouse does work for single finger gestures and taps, not sure why it wouldn't work for you except to assume that your code must not be working as you assume :-)
Just for reference, the other way of testing multi-touch is to have a multi-touch enabled monitor

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

I’m running the Windows Phone 7 emulator/simulator and I need to simulate the two-finger pinch/zoom gesture. Any tips?
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.
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.
Laurent Bugnion's MultiTouch library (supports Silverlight 4 WPF, and WP7) enables simulated multitouch in the WP7 emulator.

Resources