-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94f2869
commit 9d2b799
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
simple mouse click tester | ||
in development, something remove the built up rust | ||
Simple mouse click tester originally intended as practise in order remove the built up code rust and for testing on my own mice. | ||
#1 Three modes for testing: Realtime, Highlight and Double Click mode. | ||
#2. Continuity test: Select RT mode, hold down the desired click and check if the mouse click counter increases. | ||
#3. Scroll test: Select HL mode, scroll in one direction and check if it highlights the scroll in the other direction. | ||
#4. 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. | ||
5. 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. |