我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
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
.
Syntax
var yShift = instanceOfMouseEvent.movementY
Return value
A number
Specifications
Specification | Status | Comment |
---|---|---|
Pointer Lock The definition of 'MouseEvent.movementY' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
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 |
Feature | Firefox Mobile (Gecko) | Android | Android Webview | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|
Basic support | 1.0 (1.0) moz 41.0 (41) |
? | ? | ? | ? | ? | (Yes) webkit 37.0 unprefixed |