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
public interface IGestureDelegate
The IGestureDelegate type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShouldBegin |
Returns whether a gesture can now begin.
|
![]() | ShouldReceivePointer |
Returns whether a gesture should receive a pointer.
|
![]() | ShouldRecognizeSimultaneously |
Returns whether two gestures can be recognized simultaneously or not.
|