TouchInputFlags Enumeration

Indicates information about a touch event.

Namespace: Microsoft.SPOT.Touch
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)

Syntax

[FlagsAttribute]
public enum TouchInputFlags

Members

  Member name Description
None No specific flags are defined.
Palm The touch event came from the user's palm.
Pen The touch event came from the user's stylus.
Primary The touch input structure corresponds to a primary contact point; that is, the touch point is the first touch point to be established.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

Microsoft.SPOT.Touch Namespace