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 public override bool CanPreventGesture(
Gesture gesture
)
Parameters
- gesture
- Type: TouchScript.GesturesGesture
The gesture.
Return Value
Type:
Booleantrue if this instance can prevent the specified gesture;
false otherwise.
See Also