Packagepq.multitouch.events
Classpublic class BaseGestureEvent
Inheritance BaseGestureEvent InheritanceBaseTouchEvent

The BaseGestureEvent class is the base class for all events related with gestures.



Public Properties
 PropertyDefined by
   gestureState : String
[read-only]Indicates the gesture state of the gesture event, like GestureState.Begin, GestureState.Progress and GestureState.End. Note: GestureState.Progress is the default value.
BaseGestureEvent
   touchBlobs : Array
[read-only]Indicates the touch blobs related with the gesture event.
BaseGestureEvent
Public Methods
 MethodDefined by
  
BaseGestureEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false, screenX:Number = NaN, screenY:Number = NaN)
Base class for all events related with gestures.
BaseGestureEvent
Property detail
gestureState property
gestureState:String [read-only]

Indicates the gesture state of the gesture event, like GestureState.Begin, GestureState.Progress and GestureState.End.

Implementation

public function get gestureState():String

touchBlobs property
touchBlobs:Array [read-only]

Indicates the touch blobs related with the gesture event.

Implementation

public function get touchBlobs():Array