Version 1.1 of Custom Mouse Controller along with the accompanying Arduino Leonardo sketch. The Arduino sketch makes use of the Mouse library, which can be downloaded from https://github.com/arduino-libraries/Mouse
Custom Mouse Controller requires a Windows computer running a 32-bit or a 64-bit version of Windows 7 SP1, Windows 8, Windows 8.1, or Windows 10. It requires the .NET Framework version 4.7.1 or greater to run. Version 4.7.1 of the .NET Framework will automatically be downloaded and installed by the setup wizard if it is not already present on the system.
The Custom Mouse Arduino Leonardo sketch can still be used without Custom Mouse Controller and/or on a different operating system altogether, however the device will only operate as a basic mouse with the joystick controlling the cursor and each attached button module acting as left and right click. Custom Mouse Controller is required to add special functionality to the touch sensors and to control joystick sensitivity.
Release Notes:
- Fixed bug where keyboard shortcuts were not sent properly in some applications
- Fixed bug where some applications would not respond to the mouse by elevating the application to run with the highest available privileges
- Fixed intermittent serial communication issues when running under Windows 7, Windows 8, and Windows 8.1
- Moved run at startup to a scheduled task instead of a registry key to allow for the application to be run with the highest available privileges
- Improved setup and uninstall process