GLFW does currently not support touch, use another input framework or wait for GLFW3 support.
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input Touch
DeltaEngine.Input.GLFW2 GLFWTouch
Namespace: DeltaEngine.Input.GLFW2
Assembly: DeltaEngine.Input.GLFW2 (in DeltaEngine.Input.GLFW2.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The GLFWTouch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GLFWTouch | Initializes a new instance of the GLFWTouch class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the GLFWTouch (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