pointer, click and touch events to see how different devices trigger certain events and how Pointer is the king of all of them.| 'ontouchstart' in window | |
|---|---|
| 'ontouchstart' in document.documentElement | |
| navigator.maxTouchPoints > 0 | |
| window.PointerEvent && navigator.maxTouchPoints > 0 |
Use your input device here
pointer, click and touch events to see how different devices trigger certain events and how Pointer is the king of all of them.