We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pointermove
movementX/Y
1 parent 0e99fcf commit d59584cCopy full SHA for d59584c
1 file changed
index.html
@@ -627,9 +627,9 @@ <h2>
627
</p>
628
<p>
629
{{movementX}} and {{movementY}} must be zero for all mouse events
630
- except `mousemove`. All motion data must be delivered via
631
- `mousemove` events such that between any two mouse events
632
- `earlierEvent` and `currentEvent` the value of
+ except `mousemove` and `pointermove`. All motion data must be
+ delivered via `mousemove` events such that between any two mouse
+ events `earlierEvent` and `currentEvent` the value of
633
`currentEvent.screenX - earlierEvent.screenX` is equivalent to the
634
sum of all {{movementX}} in the events after `earlierEvent`, with
635
the exception of when screenX can not be updated because the
0 commit comments