HardwareButton Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Identifies a hardware button.
public enum HardwareButton
Fields
| Name | Value | Description |
|---|---|---|
None | No button. | |
Down | The down button. | |
Up | The up button. | |
Left | The left button. | |
Right | The right button. | |
Select | The select button. | |
Back | The back button. | |
Home | The home button. |