Package | pq.multitouch.gestures |
Class | public class DurativeGesture |
Inheritance | DurativeGesture ![]() |
Property | Defined by | ||
---|---|---|---|
isGestureStateEnabled : Boolean
[read-write]Indicate whether the gesture event will be set with proper gesture state before dispatched.
| DurativeGesture |
Method | Defined by | ||
---|---|---|---|
DurativeGesture(gestureType:String):void
DurativeGesture class is customized to recognize DualUp action.
| DurativeGesture |
Method | Defined by | ||
---|---|---|---|
raiseStateEvent(e:BaseGestureEvent):void
RaiseStateEvent raise gesture events with proper GestureState(GestureState.Begin ,GestureState.Progress, GestureState.End), when IsGestureStateEnabled == true; if IsGestureStateEnabled == false, all events are set as GestureState.Progress.
| DurativeGesture |
isGestureStateEnabled | property |
isGestureStateEnabled:Boolean
[read-write]
Indicate whether the gesture event will be set with proper gesture state before dispatched.
Implementationpublic function get |
|
public function set |
raiseStateEvent |
() | method |
protected function raiseStateEvent(e:BaseGestureEvent):void
RaiseStateEvent raise gesture events with proper GestureState(GestureState.Begin ,GestureState.Progress, GestureState.End), when IsGestureStateEnabled == true; if IsGestureStateEnabled == false, all events are set as GestureState.Progress.
Parameterse:BaseGestureEvent — gesture event instance. |