Skip to content

Commit d59584c

Browse files
authored
Include pointermove when talking about movementX/Y (#101)
1 parent 0e99fcf commit d59584c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,9 @@ <h2>
627627
</p>
628628
<p>
629629
{{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
630+
except `mousemove` and `pointermove`. All motion data must be
631+
delivered via `mousemove` events such that between any two mouse
632+
events `earlierEvent` and `currentEvent` the value of
633633
`currentEvent.screenX - earlierEvent.screenX` is equivalent to the
634634
sum of all {{movementX}} in the events after `earlierEvent`, with
635635
the exception of when screenX can not be updated because the

0 commit comments

Comments
 (0)