Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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