SlimDX does not support any touch input devices.
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input Touch
DeltaEngine.Input.SlimDX SlimDXTouch
Namespace: DeltaEngine.Input.SlimDX
Assembly: DeltaEngine.Input.SlimDX (in DeltaEngine.Input.SlimDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SlimDXTouch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SlimDXTouch | Initializes a new instance of the SlimDXTouch class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the SlimDXTouch (Overrides InputDevice Dispose .) | |
GetPosition | (Overrides Touch GetPosition(Int32).) | |
GetState | (Overrides Touch GetState(Int32).) | |
Update | (Overrides Touch Update(IEnumerable Entity ).) |
Properties
Name | Description | |
---|---|---|
IsAvailable | (Overrides InputDevice IsAvailable.) |
See Also