Skip to main content

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

NameValueDescription
TouchDown0x01A touch press occurred.
TouchUp0x02A touch release occurred.
Activate0x04The touch input source became active.
Deactivate0x08The touch input source became inactive.
TouchMove0x10A touch move occurred.