Package | pq.multitouch.events |
Class | public class BaseGestureEvent |
Inheritance | BaseGestureEvent ![]() |
Property | Defined 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 |
Method | Defined 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 |
gestureState | property |
gestureState:String
[read-only]
Indicates the gesture state of the gesture event, like GestureState.Begin, GestureState.Progress and GestureState.End.
Implementationpublic function get |
touchBlobs | property |
touchBlobs:Array
[read-only]
Indicates the touch blobs related with the gesture event.
Implementationpublic function get |