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

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public int Delta { get; }
Visual Basic (Declaration)
Public ReadOnly Property Delta As Integer
Visual C++
public:
property int Delta {
	int get ();
}

See Also