Mouse Registry Settings (Windows CE 5.0)

Send Feedback

The mouse registry stores information necessary to configure the behavior of the mouse. The mouse registry entries are located under the HKEY_CURRENT_USER\Control Panel\Mouse registry key.

You can set two acceleration thresholds for the mouse. To set the first threshold, set the value of the MouseThreshold1 registry entry. The default value of this entry is 6. To set the second threshold, set the value of the MouseThreshold2 registry entry. The default value of this entry is 10. The following code examples show how to set these registry entries.

"MouseThreshold1"=dword:4
"MouseThreshold2"=dword:9

You can also set the speed of the mouse pointer by setting the MouseSpeed registry entry. The value of this entry can be 0, 1, or 2. The default value is 1. The following code example shows how to set this registry entry.

"MouseSpeed"=dword:2

See Also

Mouse (User Interface)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.