https://w3c.github.io/pointerevents/#coalesced-events states that
For performance reasons, user agents may choose not to send a pointermove event every time the position of a pointer is updated.
Does this really only apply to position updates? Or do changes in other attributes ("i.e. button state, coordinates, pressure, tangential pressure, tilt, twist, or contact geometry", to borrow from the pointerrawupdate description) also get coalesced (and the non-coalesced events would have the more granular changes from those attributes)?
https://w3c.github.io/pointerevents/#coalesced-events states that
Does this really only apply to position updates? Or do changes in other attributes ("i.e. button state, coordinates, pressure, tangential pressure, tilt, twist, or contact geometry", to borrow from the
pointerrawupdatedescription) also get coalesced (and the non-coalesced events would have the more granular changes from those attributes)?