Helper class to keep track of all touches according to their ids.
Inheritance Hierarchy
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
The TouchCollectionUpdater type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TouchCollectionUpdater | Initializes a new instance of the TouchCollectionUpdater class |
Methods
Name | Description | |
---|---|---|
![]() | FindIndexByIdOrGetFreeIndex | (Inherited from TouchBase.) |
![]() | UpdateAllTouches |
Fields
Name | Description | |
---|---|---|
![]() | ids | (Inherited from TouchBase.) |
![]() | locations | (Inherited from TouchBase.) |
![]() | states | (Inherited from TouchBase.) |
See Also