Class InputGesture
Abstract class for any Input Gesture
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 abstract class InputGesture
Methods
Matches(InputEventArgs)
Matches the specified arguments.
Declaration
public abstract bool Matches(InputEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
InputEventArgs | args | The InputEventArgs instance containing the event data. |
Returns
Type | Description |
---|---|
System.Boolean |