Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 835 Bytes

mouse-tester

Live demo

Test buttons and the wheel online.

Motivation

One day, some buttons of my mouse weren't working. I didn't want to install any software just to test it, and the websites I tried looked too complicated. Therefore, I decided to create a minimal mouse tester.

Development

# Install dependencies
pnpm install
# Develop
pnpm run dev
# Build
pnpm run build
# Preview built website
pnpm run preview

Known issues

Firefox can't detect back button and forward button, because mousedown event is not fired when these two buttons are clicked.

License

MIT