The element to attach the event listeners to.
The callback function to be called during mouse movement while the right button is pressed.
Optional
downCallback: MouseEventCallback<T>The optional callback function to be called when the right mouse button is pressed down.
Optional
upCallback: MouseEventCallback<T>The optional callback function to be called when the right mouse button is released.
Attaches event listeners to an element to handle right-click drag events.