Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-gjorgjiev authored Mar 9, 2022
1 parent 94f2869 commit 9d2b799
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
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.

0 comments on commit 9d2b799

Please sign in to comment.