Click or drag to resize

IGestureDelegate Interface

A delegate which can be set to Delegate and control what this gesture can or can not do.

This is a way to control very precisely how affected gestures work without inheriting from them and overriding their behavior.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IGestureDelegate

The IGestureDelegate type exposes the following members.

Methods
  NameDescription
Public methodShouldBegin
Returns whether a gesture can now begin.
Public methodShouldReceivePointer
Returns whether a gesture should receive a pointer.
Public methodShouldRecognizeSimultaneously
Returns whether two gestures can be recognized simultaneously or not.
Top
See Also