Touch Class

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

Supports touch-panel functionality.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Touch..::..Touch

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

Syntax

'Declaration
Public NotInheritable Class Touch
public static class Touch
public ref class Touch abstract sealed
[<AbstractClass>]
[<Sealed>]
type Touch =  class end
public final class Touch

The Touch type exposes the following members.

Properties

  Name Description
Public propertyStatic member ActiveTouchPanel Gets the TouchPanel object associated with the touch panel that is currently active.

Top

Methods

  Name Description
Public methodStatic member Initialize Initializes this Touch object and registers an IEventListener object associated with it.

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.Touch Namespace