ButtonChangedEventArgs Class
NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost
The events args for the ButtonPressed and ButtonReleased events.
public class ButtonChangedEventArgs : EventArgs
Properties
Which
public Buttons Which { get; set; }
Which button changed its state.
State
public ButtonState State { get; set; }
The new state of the button.