Click or drag to resize

IGestureDelegateShouldRecognizeSimultaneously Method

Returns whether two gestures can be recognized simultaneously or not.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool ShouldRecognizeSimultaneously(
	Gesture first,
	Gesture second
)

Parameters

first
Type: TouchScript.GesturesGesture
The first gesture.
second
Type: TouchScript.GesturesGesture
The second gesture.

Return Value

Type: Boolean
true if they should work together; false otherwise.
Remarks
Can be used to restrict simultaneous gesture recognition.
See Also