Is My Stylus Working Properly?
Draw on the canvas and see real-time pressure, tilt, and pointer type data. This test uses the Pointer Events API to detect pen input, visualize pressure-sensitive strokes, and display tilt angles — all processed locally in your browser.
This test reads PointerEvent properties for pen input: pressure (0 to 1.0 float), tiltX and tiltY angles (-90 to 90 degrees), and pointerType to confirm the device is recognized as a pen.
Professional pen tablets report 8192 pressure levels (mapped to the 0–1 float range), while basic capacitive styluses report no pressure data at all.
Draw with your stylus or pen to begin testing
What Do Your Results Mean?
| Result | Range | Meaning |
|---|---|---|
| Good | Pressure varies smoothly from 0 to 1, tilt responds, pointerType = pen | Your stylus is fully detected with pressure sensitivity and tilt tracking — all drawing and design applications will work correctly. |
| Warning | Pressure is fixed at 0.5 or tilt shows 0 | Limited pressure or missing tilt data suggests a driver issue or an older stylus model. Update your tablet driver (Wacom, Huion, XP-Pen) and test in Chrome or Edge. |
| Bad | pointerType shows mouse or touch instead of pen | The browser does not recognize your stylus as a pen device. This typically means missing tablet drivers, an unsupported capacitive stylus, or a browser that lacks Pointer Events support. |
Common Issues and How to Fix Them
Stylus is detected as 'mouse' instead of 'pen'
Install or update the tablet driver (Wacom, Huion, XP-Pen). Without proper drivers, the OS treats the stylus as a mouse and loses pressure/tilt data. Chrome and Edge have the best Pointer Events support.
Pressure sensitivity is not working (always 0 or 0.5)
Check that your tablet driver is running and the pen tip is properly seated. Capacitive styluses do not support pressure — only active (EMR or AES) pens report variable pressure.