Piccolo.NET

PInputEventArgs.WheelDelta Property

Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.

public virtual int WheelDelta {get;}

Property Value

A signed count of the number of detents the mouse wheel has rotated.

Exceptions

Exception TypeCondition
InvalidOperationException Thrown if the event is not a mouse event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace