Show / Hide Table of Contents

Class TouchGestureInputListener

Implements input listener for touch gestures

Inheritance
System.Object
InputListener<System.Boolean>
TouchGestureInputListener
Implements
IInputListener
Inherited Members
InputListener<Boolean>.getCurrentValue
InputListener<Boolean>.currentValue
InputListener<Boolean>.inputGameTime
InputListener<Boolean>.lastValue
InputListener<Boolean>.CurrentValue
InputListener<Boolean>.Update(Double)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class TouchGestureInputListener : InputListener<bool>, IInputListener

Constructors

TouchGestureInputListener()

Initializes a new instance of the TouchGestureInputListener class.

Declaration
public TouchGestureInputListener()

Methods

OnUpdate()

Called when [update].

Declaration
protected override void OnUpdate()
Overrides
EmptyKeys.UserInterface.Input.InputListener<System.Boolean>.OnUpdate()

Events

OnTouchGesture

Occurs when [on touch gesture].

Declaration
public event GestureDelegate OnTouchGesture
Event Type
Type Description
GestureDelegate

Implements

IInputListener
Back to top Generated by DocFX