Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input Touch
DeltaEngine.Input.Xna.Tests XnaMockTouch
Namespace: DeltaEngine.Input.Xna.Tests
Assembly: DeltaEngine.Input.Xna.Tests (in DeltaEngine.Input.Xna.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XnaMockTouch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XnaMockTouch | Initializes a new instance of the XnaMockTouch class |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the XnaMockTouch (Overrides InputDevice Dispose .) |
![]() | GetPosition | (Overrides Touch GetPosition(Int32).) |
![]() | GetState | (Overrides Touch GetState(Int32).) |
![]() | Run | |
![]() | Update | (Overrides Touch Update(IEnumerable Entity ).) |
Properties
Name | Description | |
---|---|---|
![]() | IsAvailable | (Overrides InputDevice IsAvailable.) |
![]() | TouchCollection |
See Also