[This is preliminary documentation and is subject to change.]
Gets mouse wheel delta
Namespace: Tools.DevicesTAssembly: 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 ();
} |
| 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
See Also