MouseEvent.movementY

The MouseEvent.movementY read-only property provides the shift in the Y coordinate of the mouse pointer between that event and the previous mousemove event. In other words, the value of that property is computed that way : currentEvent.movementY = currentEvent.screenY - previousEvent.screenY.

SyntaxEdit

var yShift = instanceOfMouseEvent.movementY

Return value

A number

SpecificationsEdit

Specification Status Comment
Pointer Lock
The definition of 'MouseEvent.movementY' in that specification.
Candidate Recommendation Initial definition.

Browser compatibilityEdit

Feature Firefox (Gecko) Chrome Internet Explorer Opera Safari
Basic support 1.0 (1.7 or earlier) moz
41 (41)
22.0 webkit
37.0 unprefixed
No support ? No support

See alsoEdit

Document Tags and Contributors

 Contributors to this page: jpmedley, cvrebert, teoli, kscarfone, Jeremie
 Last updated by: jpmedley,