SharpDX does not support any touch input devices.
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input Touch
DeltaEngine.Input.SharpDX SharpDXTouch
Namespace: DeltaEngine.Input.SharpDX
Assembly: DeltaEngine.Input.SharpDX (in DeltaEngine.Input.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SharpDXTouch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SharpDXTouch | Initializes a new instance of the SharpDXTouch class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the SharpDXTouch (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