Packagecom.gestureworks.core
Classpublic class TouchPipeline
InheritanceTouchPipeline Inheritance Object

The TouchObject class is the base class for all touch enabled DisplayObjects. It provides basic implementations for priortized gesture and touch processing as well as properties to dictate tactual object ownership and targeting. This object inherits the Player default Sprite functionality.

All TouchObjects are provided with a static reference to the global blob manager at runtime. A DataProvider to the blob manager is established upon Application instantiation by the developer.



Public Methods
 MethodDefined By
  
TouchPipeline(_id:int)
Constructor.
TouchPipeline
  
init():void
TouchPipeline
  
TouchPipeline
Constructor Detail
TouchPipeline()Constructor
public function TouchPipeline(_id:int)

Language Version : ActionScript 3.0
Product Version : GestureWorks 1.5
Runtime Versions : AIR 1.5, Flash Player 10, Flash Player Lite - 4

Constructor.

Parameters
_id:int
Method Detail
init()method
public function init():void

processPipeline()method 
public function processPipeline():void