GLFWTouch ClassDelta Engine Documentation
GLFW does currently not support touch, use another input framework or wait for GLFW3 support.
Inheritance Hierarchy

System Object
  DeltaEngine.Entities UpdateBehavior
    DeltaEngine.Input InputDevice
      DeltaEngine.Input Touch
        DeltaEngine.Input.GLFW3 GLFWTouch

Namespace: DeltaEngine.Input.GLFW3
Assembly: DeltaEngine.Input.GLFW3 (in DeltaEngine.Input.GLFW3.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public sealed class GLFWTouch : Touch

The GLFWTouch type exposes the following members.

Constructors

  NameDescription
Public methodGLFWTouch
Initializes a new instance of the GLFWTouch class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the GLFWTouch
(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