Click or drag to resize
DigitalRuneInputManagerMouseWheelDelta Property
Gets a value representing the rotation change of the mouse wheel.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public float MouseWheelDelta { get; }

Property Value

Type: Single
The rotation change of the mouse wheel.

Implements

IInputServiceMouseWheelDelta
See Also