Re: [w3c/pointerlock] Unclear if `pointermove` should set `movementX/Y` (Issue #100)

Thanks for the catch, I believe this is unintentional because the text predates cross-browser support for `PointerEvents`.

FYI: in Chrome we set `movementX/Y` in `pointermove` events.  If I recall correctly, when shipping PointerEvents we interpreted the spec text:

> ... all mouse events except `mousemove`

as

> ... all MouseEvents except `mousemove`

which leaves PointerEvents unspecified here.  So we extended the `mousemove` behavior to `pointermove`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/pointerlock/issues/100#issuecomment-2203861636
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/pointerlock/issues/100/2203861636@github.com>

Received on Tuesday, 2 July 2024 17:07:12 UTC