SharpDXTouch ClassDelta Engine Documentation
SharpDX does not support any touch input devices.
Inheritance Hierarchy

System Object
  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

public sealed class SharpDXTouch : Touch

The SharpDXTouch type exposes the following members.

Constructors

  NameDescription
Public methodSharpDXTouch
Initializes a new instance of the SharpDXTouch class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the SharpDXTouch
(Overrides InputDevice Dispose .)
Public methodGetPosition (Overrides Touch GetPosition(Int32).)
Public methodGetState (Overrides Touch GetState(Int32).)
Public methodUpdate (Overrides Touch Update(IEnumerable Entity ).)
Top
Properties

  NameDescription
Public propertyIsAvailable (Overrides InputDevice IsAvailable.)
Top
See Also