GEARCHECK LAB
Home / Tools / Stylus Pressure & Tilt
Pen Lab // Pointer Telemetry

STYLUS PRESSURE & TILT TEST

Draw with an active pen or graphics-tablet stylus and inspect exactly what the browser receives: normalized pressure, tilt, twist, contact size, pen buttons and observed sample cadence. Mouse and touch input are identified separately so they are not mistaken for stylus telemetry.

Local pen diagnostic

Draw inside the test surface

WAITING FOR PEN
DRAW HERE WITH YOUR STYLUS
Vary pressure and tilt. Try the barrel button or eraser end if your device exposes them.

How to test pen pressure

  1. Use the stylus inside the drawing surface and confirm Pointer Type changes to pen.
  2. Draw several slow strokes from very light contact to comfortably firm pressure. Do not force the nib.
  3. Watch the live pressure and observed minimum/maximum values.
  4. Lean the pen in several directions to check Tilt X / Y, then rotate it if your stylus exposes twist.
  5. Try barrel buttons or the eraser end and watch the browser button state.

Why mouse pressure can show 0.5

Pointer Events can report a fixed pressure value for non-pressure devices while a button is active. That is why this page shows pointer type prominently and does not treat a mouse's pressed-state value as genuine pen pressure sensitivity.

A pressure value only becomes useful for stylus diagnosis when the browser identifies the input as a pen and the value changes meaningfully as you vary force.

Pressure range interpretation

Many pen APIs expose pressure as a normalized 0–1 value rather than the raw digitizer measurement. A smooth changing range is useful evidence that pressure data reaches the browser, but the exact curve can be shaped by the driver, operating system and browser.

Not reaching exactly 0.000 or 1.000 does not automatically mean the pen is defective.

Tilt, twist and buttons

Tilt values indicate the pen's angle relative to the tablet surface where supported. Twist represents barrel rotation on devices that expose it. Button bitmasks can vary by pen, driver and operating system, so compare the value while pressing one control at a time.

Observed event rate

The event-rate figure counts browser-delivered pen events over a rolling window. Coalesced Pointer Events may contain extra samples between dispatched events. Neither figure should be advertised as the tablet's certified hardware report rate.

Limitations

  • The browser cannot read the tablet's firmware-advertised pressure-level count directly.
  • Drivers and operating systems can normalize, quantize or omit pen properties.
  • The test does not measure end-to-end drawing latency.
  • It cannot certify palm rejection or hover distance.
  • Some browsers expose fewer pen fields than native drawing applications.

Stylus pressure test FAQ

Why does drawing work but pressure does not?

The device may be reaching the browser as a mouse, the tablet driver may be missing or misconfigured, or the browser/OS path may not expose pressure. Confirm the Pointer Type readout first.

Can this tell me whether my pen has 4096 or 8192 levels?

No. It can count distinct normalized values observed during your session, but that is not a reliable replacement for the hardware specification.

Why are tilt or twist blank?

The pen, digitizer, driver or browser may not expose those properties. Missing telemetry does not by itself prove a hardware failure.

Are my drawings uploaded?

No. The canvas and pointer-event processing stay in this browser tab and are cleared when you leave or reset the page.