CursorMovedEventArgs Class
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost · Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
The events args for the CursorMoved event.
public class CursorMovedEventArgs : EventArgs
Properties
Which
public Cursor Which { get; set; }
The index of the changed button.
NewPosition
public Position NewPosition { get; set; }
The new state of the button.
Delta
public Position Delta { get; set; }
The change from the last position.
NewPosition
public Position NewPosition { get; set; }
The new state of the button.
Delta
public Position Delta { get; set; }
The change from the last position.