Mouse Tests

Double Click Test

Detect fast repeated clicks and inspect the interval history between clicks.

Why results may vary

Operating-system double-click settings and browser event handling can influence which clicks are grouped.

How to use this test

Click the large surface normally, then try repeated single clicks. Compare the custom fast-pair counter with the browser-native dblclick counter and watch the interval history.

How the measurement works

Every click receives a high-resolution timestamp. Pairs within 300 ms are shown as fast pairs, while the browser's own dblclick event is counted separately so you can compare custom timing with native behavior.

How to interpret results

Unexpected fast pairs or native double-click events during normal single clicking can indicate switch bounce, worn hardware or aggressive debounce settings. One isolated event is less meaningful than repeated behavior.

Troubleshooting tips

Try slower deliberate clicks, a different USB port and another browser. If unwanted doubles repeat across apps and browsers, check vendor debounce settings or test a different mouse.