Table of Contents

Enum TouchEventMask

Namespace
NanoByte.Common.Controls
Assembly
NanoByte.Common.WinForms.dll

Mask indicating which fields in TouchEventArgs are valid.

[SuppressMessage("Microsoft.Naming", "CA1714:FlagsEnumsShouldHavePluralNames", Justification = "The keyword mask implies flag usage without the need for a plural form")]
[Flags]
public enum TouchEventMask
Extension Methods

Fields

ContactArea = 4

TOUCHINPUTMASKF_CONTACTAREA

ExtraInfo = 2

TOUCHINPUTMASKF_EXTRAINFO

Time = 1

TOUCHINPUTMASKF_TIMEFROMSYSTEM

See Also