TouchEvents Class

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

Contains routed event fields that provide information about a combination of down, move and up touch or stylus events.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Input..::..TouchEvents

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

Syntax

'Declaration
Public NotInheritable Class TouchEvents
public sealed class TouchEvents
public ref class TouchEvents sealed
[<Sealed>]
type TouchEvents =  class end
public final class TouchEvents

The TouchEvents type exposes the following members.

Constructors

  Name Description
Public method TouchEvents Initializes a new instance of the TouchEvents class.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member TouchDownEvent An event corresponding to the user's finger or stylus being placed down on the device surface.
Public fieldStatic member TouchMoveEvent An event corresponding to a movement of the user's finger or stylus across the device surface.
Public fieldStatic member TouchUpEvent An event corresponding to the finger or stylus being lifted up off of the device surface.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Input Namespace