Skip to content

Nodify_Interactivity_MultiGesture

miroiu edited this page Dec 23, 2024 · 1 revision

MultiGesture Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectInputGestureMultiGesture

Derived: AllGestures, AnyGesture

References: MultiGesture.Match

Combines multiple input gestures.

public class MultiGesture : InputGesture  

Constructors

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

None

public static MultiGesture None;  

Field Value

MultiGesture

Methods

Matches(Object, InputEventArgs)

public override bool Matches(object targetElement, InputEventArgs inputEventArgs);  

Parameters

targetElement Object

inputEventArgs InputEventArgs

Returns

Boolean

Clone this wiki locally