Results 1 - 10 of 10

Element.releasePointerCapture()

Releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
API DOM Element Method PointerEvent Reference

Element.setPointerCapture()

Pointer capture allows events for a particular pointer event (PointerEvent) to be re-targeted to a particular element instead of the normal target (or hit test) at a pointer's location. This can be used to ensure that an element continues to receive pointer events even if the pointer device's contact moves off the element (for example by scrolling).
API DOM Element Method PointerEvent Reference