Skip to main content

CursorMovedEventArgs Class

NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost

The events args for the CursorMoved event.

public class CursorMovedEventArgs : EventArgs

Properties

NewPosition

public Position NewPosition { get; set; }

The new state of the button.

Delta

public Position Delta { get; set; }

The change from the last position.