Enum TouchInputFlags
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Specifies the TouchInputFlags enumeration, which represents the flags for touch input.
[Flags]
public enum TouchInputFlags : uint
Fields
None = 0
No flags are set.
Palm = 128
Specifies that the touch input is from a palm. Hardware support is optional, but providing it allows for potentially richer applications.
Pen = 64
Specifies that the touch input is from a pen. Hardware support is optional, but providing it allows for potentially richer applications.
Primary = 16
The Primary flag denotes the input that is passed to the single-touch Stylus events provided when no controls handle the Touch events. This flag should be set on the TouchInput structure that represents the first finger down as it moves around up to and including the point it is released.