TouchCollectionUpdater ClassDelta Engine Documentation
Helper class to keep track of all touches according to their ids.
Inheritance Hierarchy

System Object
  DeltaEngine.Input TouchBase
    DeltaEngine.Input.Xna TouchCollectionUpdater

Namespace: DeltaEngine.Input.Xna
Assembly: DeltaEngine.Input.Xna (in DeltaEngine.Input.Xna.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class TouchCollectionUpdater : TouchBase

The TouchCollectionUpdater type exposes the following members.

Constructors

  NameDescription
Public methodTouchCollectionUpdater
Initializes a new instance of the TouchCollectionUpdater class
Top
Methods

  NameDescription
Public methodFindIndexByIdOrGetFreeIndex (Inherited from TouchBase.)
Public methodUpdateAllTouches
Top
Fields

  NameDescription
Public fieldids (Inherited from TouchBase.)
Public fieldlocations (Inherited from TouchBase.)
Public fieldstates (Inherited from TouchBase.)
Top
See Also