Share via


Touch Drivers (Compact 2013)

3/26/2014

Learn about Windows Embedded Compact 2013 touch drivers, which provide software access to touch screens, plus links to reference information.

Introduction

Touch drivers provide software access to touch screens. The Compact 2013 touch driver architecture includes a touch driver and a touch proxy driver. The touch driver is a layered stream interface driver. The touch proxy driver provides access to the touch driver through the same API that Windows Embedded CE 6.0 drivers provide.

To add this feature to your OS, see Touch Driver Catalog Items and Sysgen Variables.

The source code for the touch proxy driver, the touch model device driver (MDD), and the calibration functionality is available at %_WINCEROOT%\Public\Common\Oak\Drivers\Touch.

For overview information about touch and gesture, see Touch and Gesture. For overview information about the touch driver architecture, see Touch Driver Architecture. For reference information about the touch driver, see Touch Driver Reference. For reference information about the touch proxy driver, see Touch Proxy Driver Reference. For information about stream interface drivers, see Stream Interface Drivers. For information about layered drivers, see Layered Drivers.

For information about Windows Embedded Compact Test Kit (CTK) tests that apply to touch drivers, see Touch BVT Test, Touch Driver Unloaded Test, and Touch Panel APIs, Functional, Power Management, and Fault Injection Tests.

In This Section

See Also

Other Resources

Device Drivers
Touch