

- #Win 7 multitouch drivers#
- #Win 7 multitouch driver#
- #Win 7 multitouch code#
- #Win 7 multitouch windows#
#Win 7 multitouch code#
Because we offer a source code example of the “Multi-Touch Hardware Adaption", a customer can easily adapt this example to another “Multi-Touch Device".

The main advantage of this concept is that the whole communication to the “Multi-Touch Device" is implemented as an application. The main job of the “ Multi-Touch Hardware Adaption" is to read statuses and touch positions from the “Multi-Touch Device" and send it to the “ Unified Multi-Touch Driver". It communicates with the " Multi-Touch Device" with or without using the standard Toradex Libraries. The “ Multi-Touch Hardware Adaption" runs as an application. As opposed to most of the other drivers, the “Unified Multi-Touch Driver" makes no hardware access to the " Multi-Touch Device" and any other hardware. The “ Unified Multi-Touch Driver" itself is part of the Kernel.
#Win 7 multitouch driver#
#Win 7 multitouch windows#
To adapt the Multi-Touch driver to a new touch controller one needs to have a deep knowledge about Windows CE and the structure of the stream drivers, the use of the Platform builder etc. It includes implementation of the corresponding communication method (I2C, SPI, etc.), read of the status and touch positions out of the controller and transform it according to the CETOUCHINPUT structure. To adapt a “standard" Multi-Touch driver to a specific capacitive multi-touch controller, the PDD layer must be modified. Therefore, Toradex has developed an architecture, which we call, Capacitive Multi-Touch Solution to easily adapt our capacitive multi-touch driver to any particular touch hardware. The communication protocols of these devices are not standardized, so Toradex is not able to offer a capacitive touch driver that runs out-of-the-box with its Board Support Packages.

Toradex Capacitive Multi-Touch Solution Ĭapacitive touch devices usually feature an I2C interface, while the other type of devices come with an SPI interface. Multi-Touch solution also requires extra implementation in the application itself. At the moment, we support only the standard gestures like PAN, SCROLL, SELECT, DOUBLESELECT, and HOLD. With another gesture recognizer (plug-in) additional gesture like ZOOM, ROTATE are possible. The standard gesture recognizer supports PAN, SCROLL, SELECT, DOUBLESELECT, and HOLD. Comprehensive Article "Touch and Gesture".
#Win 7 multitouch drivers#
