Results 1 - 1 of 1

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.
API DOM DOM Events mouse lock MouseEvent MovementY pointer lock Property Read-only Reference