UPDATE: Download the latest version from the main project page. There is also a version of this utility with a graphical interface that’s easier to use.
I have built a new version of the dragsens utility, which allows one to change the mouse sensitivity for detecting mouse drag actions in Windows.
This new version fulfills a request by Zach to add the capability to set the horizontal and vertical sensitivity independently. This is accomplished through two new command-line parameters, /X and /Y. Specifying just one of these parameters will change the sensitivity in only that axis:
dragsens /x 8
dragsens /y 6
It is also possible to provide both parameters at once:
dragsens /x 8 /y 6
Providing only a number on the command line will change both the horizontal and vertical axes to the same number of pixels.
dragsens 8
You may download the version 1.3 executable here:
https://www.parkscomputing.com/code/dragsens_13.zip
(MD5 hash: C86AC30E3A07D6D063C3F710CE65C772)
If you’d like to examine or modify the source code or build your own executable rather than relying on the executable above, you may download the Visual Studio 2012 project and source here:
https://www.parkscomputing.com/code/dragsens_13_src.zip
(MD5 hash: B510F29CFDF1F8AFCA8857ACEB7870D8)
Please let me know if you encounter any problems or have any questions.