Optional
__staticOptional
buttonsThe element that listens for pointer events.
Ensure the element has the appropriate touch-action property to prevent conflicts with browser gestures.
Optional
disableDisable user selection on drag.
Optional
maxMaximum number of pointers that can be tracked simultaneously.
Optional
minMinimum number of active pointers required to trigger the "start" callback.
Optional
relativeCalculate coordinates relative to the container.
Determines which mouse buttons trigger events.
See MouseEvent.button.