aliyasar
aliyasar

Reputation: 25

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

enter image description here

Upvotes: 0

Views: 186

Answers (1)

Rob Caplan - MSFT
Rob Caplan - MSFT

Reputation: 21899

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

Upvotes: 1

Related Questions