WheelMovedEventArgs Class
NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost
The events args for the WheelMoved event.
public class WheelMovedEventArgs : EventArgs
Properties
NewPosition
public int NewPosition { get; set; }
The new position of the wheel.
Delta
public int Delta { get; set; }
The change from the last position.