InputDeviceType Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Identifies the kind of input device.
public enum InputDeviceType : int
Fields
| Name | Value | Description |
|---|---|---|
Button | 0 | A button device. |
Touch | A touch device. | |
Generic | A generic input device. | |
Last | Marks the number of device types. |