Skip to content

CyrusYip/mouse-tester

Repository files navigation

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