TouchMessages Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Identifies the kind of touch message.
public enum TouchMessages : byte
Fields
| Name | Value | Description |
|---|---|---|
Down | 1 | A touch press. |
Up | 2 | A touch release. |
Move | 3 | A touch move. |