Visualises pointer events within a given element.
// Show pointer events for whole documentpointerVis(document); Copy
// Show pointer events for whole documentpointerVis(document);
Note you may need to set the following CSS properties on the target element:
touch-action: none;user-select: none;overscroll-behavior: none; Copy
touch-action: none;user-select: none;overscroll-behavior: none;
Options
Element to monitor
Visualises pointer events within a given element.
Note you may need to set the following CSS properties on the target element:
Options