Package | pq.multitouch.gestures |
Class | public class EventGesture |
Inheritance | EventGesture ![]() |
The EventGesture is the base class for all gestures that dispatches one certain gesture event.
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
EventGesture(gestureType:String):void
The base class for all gestures that dispatches one certain gesture event.
| EventGesture |