Click and Touch event tracker

Here you can track pointer, click and touch events to see how different devices trigger certain events and how Pointer is the king of all of them.
A breakdown of how all these events work can be found further below.

Is your device a touch device?

'ontouchstart' in window
'ontouchstart' in document.documentElement
navigator.maxTouchPoints > 0
window.PointerEvent && navigator.maxTouchPoints > 0

Event Tracking area

Use your input device here

All Events (time)

Pointer Events

Click Events

Touch Events

What gets fired when

Here you can track pointer, click and touch events to see how different devices trigger certain events and how Pointer is the king of all of them.
A breakdown of how all these events work can be found further below.