How to test multi touch in the Windows Phone Emulator
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix metadata) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Change to use new video player which works with Lumia 920 and other mobile browsers) |
||
| Line 1: | Line 1: | ||
| + | [[Category:Windows Phone]][[Category:Emulator]][[Category:Tools]] | ||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> | |sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> | ||
| Line 21: | Line 22: | ||
|author= [[User:Hamishwillee]] | |author= [[User:Hamishwillee]] | ||
}} | }} | ||
| − | + | ||
{{Abstract|This [http://multitouchvista.codeplex.com/ Multi-Touch Vista project on codeplex] provides a Windows service which emulates a touch screen, with multiple touch points.}} You can use this service to test multi-touch apps even if you don't have a device. | {{Abstract|This [http://multitouchvista.codeplex.com/ Multi-Touch Vista project on codeplex] provides a Windows service which emulates a touch screen, with multiple touch points.}} You can use this service to test multi-touch apps even if you don't have a device. | ||
To install this service, follow [http://multitouchvista.codeplex.com/releases/view/28979 the steps from the download page]. | To install this service, follow [http://multitouchvista.codeplex.com/releases/view/28979 the steps from the download page]. | ||
Alternatively you can watch this quick video tutorial: | Alternatively you can watch this quick video tutorial: | ||
| − | + | <mediaplayer>http://www.youtube.com/watch?v=_maaH1gecxw</mediaplayer> | |
{{Tip|The driver worked for me correctly on Windows 8 only when I installed it as a Windows service. Make sure to block the native Windows mouse input in the configuration utility (Multitouch.Configuration.WPF.exe) after having the service running.}} | {{Tip|The driver worked for me correctly on Windows 8 only when I installed it as a Windows service. Make sure to block the native Windows mouse input in the configuration utility (Multitouch.Configuration.WPF.exe) after having the service running.}} | ||
Revision as of 07:04, 30 January 2013
Article Metadata
This Multi-Touch Vista project on codeplex provides a Windows service which emulates a touch screen, with multiple touch points. You can use this service to test multi-touch apps even if you don't have a device.
To install this service, follow the steps from the download page. Alternatively you can watch this quick video tutorial: The media player is loading...
Tip: The driver worked for me correctly on Windows 8 only when I installed it as a Windows service. Make sure to block the native Windows mouse input in the configuration utility (Multitouch.Configuration.WPF.exe) after having the service running.
After installation, services.msc should report the Multitouch driver under services:
Start the service and set the configuration.
Note that it can take some time to get used to get used to the multi-touch emulation.

