Share via


Touch Screen Driver Registry Settings

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following table shows descriptions of the touch screen driver registry keys.

Registry key Description

InputConfig

Bit 0 is set if there is a keyboard.

Bit 1 is set if there is a touch screen.

Bit 2 is set if there are hardware buttons.

DriverName

Name of the driver.

MaxCalError

Controls the sensitivity of the ErrorAnalysis function.

The following registry key example shows a touch screen driver registry setting.

[HKEY_LOCAL_MACHINE\ControlPanel]
    "InputConfig"=dword:3    ; 3 => keybd and touch screen
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
    "DriverName"="touch.dll"
    "MaxCalError"=dword:10