https://developer.mozilla.org/en-US/docs/Web/API/Element/set...
Or for a capture that works even if the mouse button is not pressed, and remains until the Esc key is pressed:
https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Loc...
The first option would be the one to use for right button dragging.
https://developer.mozilla.org/en-US/docs/Web/API/Element/set...
Or for a capture that works even if the mouse button is not pressed, and remains until the Esc key is pressed:
https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Loc...
The first option would be the one to use for right button dragging.