Share via


TouchInputFlags Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates information about a touch event.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TouchInputFlags
[FlagsAttribute]
public enum TouchInputFlags
[FlagsAttribute]
public enum class TouchInputFlags
[<FlagsAttribute>]
type TouchInputFlags
public enum TouchInputFlags

Members

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

See Also

Reference

Microsoft.SPOT.Touch Namespace