This series will introduce the content of Multi-Touch (MT) multi-touch technology to give developers an idea of how to develop applications with MT capabilities in the Windows platform. It is well known that the Windows 7 operating system itself has supported the MT feature of hardware devices, the artboard program (Paint) is a good example, if your display device has the MT function, you can use two fingers at the same time drawing different patterns in the artboard.
As a developer of the Mt application testing, of course, the use of MT Hardware Device support, otherwise we can not determine whether the program can function correctly. Although there are already a lot of MT equipment in the market, but the price is also very expensive. If there is no multi-touch device can be the development and testing of MT program? The answer, of course, is yes, and the following will describe how to simulate multitouch with multiple mice.
Download Multi-Touch Vista
First you need to download multi-touch Vista (http://multitouchvista.codeplex.com/) from CodePlex, which allows you to simulate multi-touch. Multi-Touch Vista actually has a lot of features, but we only use it as a multi-touch simulator in this article. The following is a description of the project quoted from Multi-Touch Vista:
Multi-Touch Vista is a user input management layer this handles input from various devices (touchlib, multiple mice, Tuio etc.) and normalises it against the scale and rotation of the target window. Now and multitouch driver for Windows 7.
Install drive
Unzip the compressed package into the driver directory, select 32 or 64 bits according to the operating system, run install Driver.cmd (or run the program in CMD).