RawTouchActions Enumeration

Defines values used to categorize raw touch or stylus actions.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum RawTouchActions

Members

  Member name Description
Activate The touch action or stylus is activated.
Deactivate The touch action or stylus is deactivated.
TouchDown The user's finger or stylus is placed down on the device surface.
TouchMove The finger or stylus is moved across the device surface.
TouchUp The finger or stylus is lifted up off of the device surface.

Version Information

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

See Also

Reference

Microsoft.SPOT.Input Namespace