Skip to main content

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

NameValueDescription
Down1A touch press.
Up2A touch release.
Move3A touch move.