Packagepq.multitouch.gestures
Classpublic class ManipulateGesture
Inheritance ManipulateGesture InheritanceDurativeGesture

ManipulateGesture is designed to dispatch ManipulateEvent.MANIPULATE event every frame with gradient change value for drag, scale and rotate operation on a DisplayObject with touch-ponits of any number.



Public Properties
 PropertyDefined by
  maxTouchCount : uint
Upper limit of touch count to enable ManipulateGesture's function.
ManipulateGesture
  minTouchCount : uint
Lower limit of touch count to enable ManipulateGesture's function.
ManipulateGesture
Public Methods
 MethodDefined by
  
ManipulateGesture
Property detail
maxTouchCount property [read-write]

public function get maxTouchCount():uint

public function set maxTouchCount(value:uint):void

minTouchCount property [read-write]

public function get minTouchCount():uint

public function set minTouchCount(value:uint):void

Constructor detail
ManipulateGesture()constructor

public function ManipulateGesture()