How to test multi touch in the Windows Phone Emulator
(Aady -) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Change to use new video player which works with Lumia 920 and other mobile browsers) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Windows Phone]][[Category:Emulator]][[Category:Tools]] | [[Category:Windows Phone]][[Category:Emulator]][[Category:Tools]] | ||
| + | {{ArticleMetaData <!-- v1.2 --> | ||
| + | |sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | ||
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Qt SDK 1.1.4]) --> | ||
| + | |platform= <!-- Compatible platforms - e.g. Symbian^1 and later, Qt 4.6 and later --> | ||
| + | |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing= <!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20130116 | ||
| + | |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.}} | ||
Latest 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.

