Packagepq.multitouch.gestures
Classpublic class EventGesture
Inheritance EventGesture InheritanceBaseGesture

The EventGesture is the base class for all gestures that dispatches one certain gesture event.



Public Properties
 PropertyDefined by
   gestureEvent:String
[read-only]All EventGesture instance owns one certain gesture event. When certain condition is met, the gesture instance will dispatch this gesture event.
EventGesture
Public Methods
 MethodDefined by
  
EventGesture(gestureType:String):void
The base class for all gestures that dispatches one certain gesture event.
EventGesture
Property detail
gestureEvent property  
gestureEvent:String [read-only]

All EventGesture instance owns one certain gesture event. When certain condition is met, the gesture instance will dispatch this gesture event.

Implementation

public function get gestureEvent():String