Packagecom.gestureworks.managers
Classpublic class TUIOManager
InheritanceTUIOManager Inheritance flash.display.Sprite

This class initializes TUIO. Declare tuio="true" in the main class or as an attribute in the CML root tag. TUIO currently only works in AIR, and the following import statement is required: import com.gestureworks.core.GestureWorksAIR; GestureWorksAIR; This statement loads the neccesary GestureWorks AIR exclusive classes.



Public Properties
 PropertyDefined By
  tuioClient : TuioClient
[read-only]
TUIOManager
  tuioDebug : TuioDebug
[read-only]
TUIOManager
  tuioManager : TuioManager
[read-only]
TUIOManager
Public Methods
 MethodDefined By
  
TUIOManager
Property Detail
tuioClientproperty
tuioClient:TuioClient  [read-only]


Implementation
    public function get tuioClient():TuioClient
tuioDebugproperty 
tuioDebug:TuioDebug  [read-only]


Implementation
    public function get tuioDebug():TuioDebug
tuioManagerproperty 
tuioManager:TuioManager  [read-only]


Implementation
    public function get tuioManager():TuioManager
Constructor Detail
TUIOManager()Constructor
public function TUIOManager()



Method Detail
initialize()method
gw_public static function initialize():void