RawTouchActions Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Describes the raw actions reported for a touch.
public enum RawTouchActions
Fields
| Name | Value | Description |
|---|---|---|
TouchDown | 0x01 | A touch press occurred. |
TouchUp | 0x02 | A touch release occurred. |
Activate | 0x04 | The touch input source became active. |
Deactivate | 0x08 | The touch input source became inactive. |
TouchMove | 0x10 | A touch move occurred. |