-
-
Notifications
You must be signed in to change notification settings - Fork 314
Nodify_Interactivity_MultiGesture
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputGesture → MultiGesture
Derived: AllGestures, AnyGesture
References: MultiGesture.Match
Combines multiple input gestures.
public class MultiGesture : 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.
public static MultiGesture None; Field Value
public override bool Matches(object targetElement, InputEventArgs inputEventArgs); Parameters
targetElement Object
inputEventArgs InputEventArgs
Returns