Share via


Touch Driver Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can implement functionality so that user input to the OS is provided via a touch screen that is connected to a Windows Embedded Compact powered device.

For more information, see Touch Drivers.

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables that you can use to add support for touch screen drivers to your OS.

Catalog item

SYSGEN variable

Description

Dependencies

Touch Screen (Stylus)

SYSGEN_TOUCH

Provides functionality for users to control the touch cursor. If SYSGEN_TOUCH is set, the touch cursor will appear. If SYSGEN_TOUCH is not set, the touch signal will still be supplied to the system, but the touch cursor will not show.

None.

See Also

Concepts

Touch Drivers