TouchScript.Gestures Namespace |
Class | Description | |
---|---|---|
![]() | FlickGesture |
Recognizes fast movement before releasing pointers. Doesn't care how much time pointers were on surface and how much they moved.
|
![]() | Gesture |
Base class for all gestures.
|
![]() | GestureGestureEvent |
Unity event for gesture state changes.
|
![]() | GestureStateChangeEventArgs |
Event arguments for Gesture state change events.
|
![]() | LongPressGesture |
Gesture which recognizes a point cluster which didn't move for specified time since it appeared.
|
![]() | MetaGesture |
Converts Pointer events for target object into separate events to be used somewhere else.
|
![]() | MetaGestureEventArgs |
EventArgs for MetaGesture events.
|
![]() | PressGesture |
Recognizes when an object is touched. Works with any gesture unless a Delegate is set.
|
![]() | ReleaseGesture |
Recognizes when last pointer is released from target. Works with any gesture unless a Delegate is set.
|
![]() | TapGesture |
Recognizes a tap.
|
Enumeration | Description | |
---|---|---|
![]() | FlickGestureGestureDirection |
Direction of a flick.
|
![]() | GestureGestureState |
Possible states of a gesture.
|
![]() | GesturePointersNumState |
Current state of the number of pointers.
|