According to the spec: https://github.com/w3c/pointerlock/blob/0e99fcf3daa23269bf2b019f5269a154088d2347/index.html#L629-L630 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.