RawTouchActions Enumeration

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

Defines values used to categorize raw touch or stylus actions.

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

Syntax

'Declaration
Public Enumeration RawTouchActions
public enum RawTouchActions
public enum class RawTouchActions
type RawTouchActions
public enum RawTouchActions

Members

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

See Also

Reference

Microsoft.SPOT.Input Namespace