According to the spec:
|
{{movementX}} and {{movementY}} must be zero for all mouse events |
|
except `mousemove`. All motion data must be delivered via |
Which seems to imply that movementX/Y should be zero for pointermove. Is this intentional?
See https://bugzilla.mozilla.org/show_bug.cgi?id=1753724, where this has come up.
According to the spec:
pointerlock/index.html
Lines 629 to 630 in 0e99fcf
Which seems to imply that
movementX/Yshould be zero forpointermove. Is this intentional?See https://bugzilla.mozilla.org/show_bug.cgi?id=1753724, where this has come up.