[This is preliminary documentation and is subject to change.]

Gets mouse wheel delta

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public short Delta { get; }
Visual Basic
Public ReadOnly Property Delta As Short
	Get
Visual C++
public:
property short Delta {
	short get ();
}
F#
member Delta : int16
JScript
function get Delta () : short

Return Value

Value of wheel delta. A positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user.

Remarks

One wheel click is defined as WheelStep, which is 120.

See Also