| | Class | Description |
|---|
| | DragGesture |
A simple drag gesture based on the OneFingerMoveGesture
|
| | Gesture |
This class is thought as a base class for creating custom gestures for the GestureManager. |
| | GestureManager |
The GestureManager listens to the TuioManager and triggers
gesture events into Flash's event flow according to the called callback functions
and registered Gestures. |
| | GestureStep |
The GestureStep is the base element of a GestureStepSequence which makes up the description of a gesture. |
| | GestureStepEvent |
This event is used for dispatching statechanges of GestureSteps back to their gestures. |
| | GestureStepSequence |
This class is the heart of the GestureManager's gesture system and handles the state of the multiple instances of a gesture. |
| | OneDownOneMoveGesture |
This is an example implementation of a one finger down on finger move gesture. |
| | OneFingerMoveGesture |
This is an example implementation of a one finger move gesture. |
| | PressTapGesture |
This is an example implementation of a two finger press tap gesture. |
| | RotateGesture |
A basic two finger rotate gesture based on the TwoFingerMoveGesture
|
| | ScrollGesture |
A basic two finger scroll gesture based on the TwoFingerMoveGesture
|
| | ThreeFingerMoveGesture |
This is an example implementation of a three finger move gesture. |
| | TwoFingerMoveGesture |
This is an example implementation of a two finger move gesture. |
| | ZoomGesture |
A basic two finger zoom gesture based on the TwoFingerMoveGesture
|