Class TouchGesture
Implements input gesture for touch device
Inherited Members
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 TouchGesture : InputGesture
Constructors
TouchGesture(TouchGestures)
Initializes a new instance of the TouchGesture class.
Declaration
public TouchGesture(TouchGestures gestureType)
Parameters
Type | Name | Description |
---|---|---|
EmptyKeys.UserInterface.Input.TouchGestures | gestureType | Type of the gesture. |
Properties
GestureType
Gets the type of the gesture.
Declaration
public TouchGestures GestureType { get; }
Property Value
Type | Description |
---|---|
EmptyKeys.UserInterface.Input.TouchGestures | The type of the gesture. |
Methods
Matches(InputEventArgs)
Matches the specified arguments.
Declaration
public override bool Matches(InputEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
InputEventArgs | args | The InputEventArgs instance containing the event data. |
Returns
Type | Description |
---|---|
System.Boolean |