Interactivity / MultiGesture
MultiGesture Class
Section titled “MultiGesture Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputGesture → MultiGesture
Derived: AllGestures, AnyGesture
References: MultiGesture.Match
Combines multiple input gestures.
public class MultiGesture : InputGestureConstructors
Section titled “Constructors”MultiGesture(MultiGesture.Match, InputGesture[])
Section titled “MultiGesture(MultiGesture.Match, InputGesture[])”Constructs an instance of a MultiGesture.
public MultiGesture(Match match, InputGesture[] gestures);Parameters
match MultiGesture.Match: The matching strategy.
gestures InputGesture[]: The input gestures.
Fields
Section titled “Fields”public static MultiGesture None;Field Value
Methods
Section titled “Methods”Matches(Object, InputEventArgs)
Section titled “Matches(Object, InputEventArgs)”public override bool Matches(object targetElement, InputEventArgs inputEventArgs);Parameters
targetElement Object
inputEventArgs InputEventArgs
Returns