Click or drag to resize

PressGestureCanPreventGesture Method

Determines whether this instance can prevent the specified gesture.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override bool CanPreventGesture(
	Gesture gesture
)

Parameters

gesture
Type: TouchScript.GesturesGesture
The gesture.

Return Value

Type: Boolean
true if this instance can prevent the specified gesture; false otherwise.
See Also