Share via


Touch Screen Driver Registry Settings (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Other Resources

Touch Screen Drivers