---
slug: "mouse-pointer-accuracy"
title: "Mouse Pointer Accuracy"
description: "A web app for measuring mouse pointer accuracy and speed. For comparing pointing devices such as mice, trackpads, and trackballs."
url: "https://www.ytyng.com/en/bio/mouse-pointer-accuracy"
achieved_at: "2026-05-03"
updated: "2026-05-04T07:52:43.445Z"
category: "アプリケーション"
image_url: "https://media.ytyng.com/20260504/c1c38c28521740f8b13f17c0fc52160e.png"
lang: "en"
---

# Mouse Pointer Accuracy

# Mouse Pointer Accuracy

A web app for measuring mouse pointer accuracy and speed.

It asks you to click 8 circles on the browser screen in a fixed order as quickly and accurately as possible, then computes a score from the elapsed time and the number of miss-clicks. Useful for comparing pointing devices such as mice, trackpads, and trackballs.

## Public page

[https://mouse-pointer.ytyng.com/](https://mouse-pointer.ytyng.com/)

## Features

- **Test pattern**: `sequential-1` (click 8 points in the order 1→2→3→4→5→6→7→8→1 for 3 laps)
- **Metrics**: total time, hit / miss count, miss rate, average inter-click interval, score
- **Score formula (sequential-1)**: `120 - elapsed seconds - misses × 2`
- **Guidance**: arrows show your next move (solid red = current move, dashed amber = next preview)
- **Feedback**: pulse animation on hit; red X mark and screen edge flash on miss
- **Persistence**: results saved with a name in browser `localStorage`
- **Export**: download individual or bulk records as JSON / TSV / Markdown
- **i18n**: auto-switch between Japanese / English based on browser language
- Fully client-side (no server, data stays in the browser)

## Repository

[GitHub: ytyng/mouse-pointer-accuracy](https://github.com/ytyng/mouse-pointer-accuracy)
