1 out of 1 rated this helpful - Rate this topic

wheelDelta property

Gets the distance that a mouse wheel has rotated around the y-axis.

Syntax

JavaScript

p = object.wheelDelta

Property values

Type: Integer

The distance in pixels.

Standards information

There are no standards that apply here.

Remarks

To get the mouse wheel rotation in other directions, use the WheelEvent object.

See also

deltaY

 

 

Build date: 11/29/2012

© 2013 Microsoft. All rights reserved.