touchmousemate
touchmousemate copied to clipboard
Utility that adds more features to Microsoft Touch Mouse (no longer maintained, more info at http://www.lextm.com/2012/07/my-last-post-on-touch-mouse-mate.html)
Touch Mouse Mate
(C) 2011-2012 Lex Li and other contributors
Project home page is at http://touchmousemate.codeplex.com
Source code is at http://github/lextm/touchmousemate
Released under MIT/X11 license.
Note that Touch Mouse SDK is available under a non-commercial license, so that Touch Mouse Mate as a derived product cannot be used for commercial purposes.
This project is based on J5's amazing work here, http://www.blogtecnologico.it/2011/12/how-to-enable-middle-click-on-microsoft-touch-mouse/
Hints on the code base
To compile the code, make sure that Windows 7 x64 is used.
- Install Microsoft Touch Mouse 32 bit SDK to %systemdrive%\TMouse
http://research.microsoft.com/en-us/downloads/8ca8f8d1-c0b8-43a3-a519-0276195a6eec/
- Install Microsoft Touch Mouse 64 bit SDK to %systemdrive%\TMouse
http://research.microsoft.com/en-us/downloads/8e2847f1-0e2d-48d3-b924-71400b358c17/
-
Execute prepare.bat so that SDK files are copied to the expected locations
-
Open the solution file and compile the project.
The default output in bin folder is for Windows 7 x64.
Installers can be created using Inno Setup. The iss scripts are in either x64 or x86 folder.