This is an application that it is solving a problem that I had with mice. Sometimes mice would start malfunctioning, this tool provides methods to test if mouse has failing buttons.
- Three modes for testing: Realtime, Highlight and Double Click mode.
- Continuity test: Select RT mode, hold down the desired click and check if the mouse click counter increases.
- Scroll test: Select HL mode, scroll in one direction and check if it highlights the scroll in the other direction.
- Simultaneous click test: Select RT mode, press combinations of clicks (especially LMB+MB3 and MMB+MB4 if your mouse has MB3 and 4) and check if they both highlight at the same time.
- Double click test: Select DC mode and perform single clicks to check if the mouse would perform a faulty doubleclick or check if you can perform double clicks with that mouse. Works for all buttons and the click counter only records the number of double clicks.
C#, .NET 6.0 and Windows Forms.
Download the compiled application from the releases page. https://github.com/fistarter/simple-mouse-click-tester/releases
Or
- Clone the repository
- Open the project in Visual Studio
- Build and run the application