Package | pq.multitouch.gestures |
Class | public class ManipulateGesture |
Inheritance | ManipulateGesture ![]() |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
ManipulateGesture |
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
ManipulateGesture | () | constructor |
public function ManipulateGesture()