Skip to content

DomEvent.PointerEvents

@namespace DomEvent @section Pointer detection Detects the pointers that are currently active on the document.

Methods

MethodReturnsDescription
enablePointerDetection()Enables pointer detection for the document.
disablePointerDetection()Disables pointer detection for the document.
getPointers()PointerEvent[]Returns the active pointers on the document.
cleanupPointers()Clears the detected pointers on the document.