Appearance
DomEvent.PointerEvents
@namespace DomEvent @section Pointer detection Detects the pointers that are currently active on the document.
Methods
| Method | Returns | Description |
|---|---|---|
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. |
