| Package | com.gestureworks.core | 
| Class | public class GestureWorks | 
| Inheritance | GestureWorks    GestureWorksCore   flash.display.Sprite | 
| Property | Defined By | ||
|---|---|---|---|
| activeMotion : Boolean [static] 
		 Returns whether the motion framework is activated
		   | GestureWorks | ||
| activeNativeTouch : Boolean [static] 
		 Returns whether native touch is activated
		   | GestureWorks | ||
| activeSim : Boolean [static] 
		 Returns whether simulation is activated.  | GestureWorks | ||
| activeStarling : Boolean [static] 
		 Returns whether the Starling touch framework is activated
		   | GestureWorks | ||
| activeTUIO : Boolean [static] 
		 Returns whether TUIO is activated.  | GestureWorks | ||
| application : Stage [static] 
		 Var = stage.  | GestureWorks | ||
![]()  | auto : Boolean 
		 Attempts to auto-select input type.  | GestureWorksCore | |
![]()  | cml : String 
		 Sets cml file path.  | GestureWorksCore | |
| _copyright : String = © 2009-2013 Ideum Inc.All Rights Reserved [static]   | GestureWorks | ||
| copyright : String [static] [read-only] 
		 Returns the current copyright information for GestureWorks.  | GestureWorks | ||
![]()  | fullscreen : Boolean 
		 Sets the application to fullscreen
		   | GestureWorksCore | |
| GESTUREWORKS_COMPLETE : String = gestureworks complete [static] 
		 String is the dispatcher for GestureWorks framework.  | GestureWorks | ||
![]()  | gml : String 
		 Sets gml file path.  | GestureWorksCore | |
| isShift : Boolean [static] 
		 Determines if Shift key is down or Up.  | GestureWorks | ||
![]()  | key : String Deprecated: Please Use none 
		 Deprecated: No longer requires a key. | GestureWorksCore | |
![]()  | leap2D : Boolean 
		 Turns leap 2D motion input on
		   | GestureWorksCore | |
![]()  | leap3D : Boolean 
		 Turns leap 3D motion input on
		   | GestureWorksCore | |
![]()  | motion : Boolean 
		 Turns motion input on.Currently only supports Leap
		   | GestureWorksCore | |
![]()  | nativeTouch : Boolean 
		 Overrides native touch input
		   | GestureWorksCore | |
![]()  | sensor : Boolean 
		 Turns sensor input on.  | GestureWorksCore | |
![]()  | simulator : Boolean 
		 Turns on the mouse simulator.  | GestureWorksCore | |
![]()  | starling : Boolean 
		 Prepares input configuration for Starling
		   | GestureWorksCore | |
| supportsTouch : Boolean [static] [read-only] 
		 Returns whether your device currently has touch support available.  | GestureWorks | ||
![]()  | tuio : Boolean 
		 Turns TUIO input on.  | GestureWorksCore | |
| _version : String = 3.6.0 [static]   | GestureWorks | ||
| version : String [static] [read-only] 
		 Returns the current version of GestureWorks.  | GestureWorks | ||
| Method | Defined By | ||
|---|---|---|---|
GestureWorks(cmlPath:String = null) 
		 The GestureWorks constructor.  | GestureWorks | ||
| _copyright | property | 
public static var _copyright:String = © 2009-2013 Ideum Inc.All Rights Reserved| _version | property | 
public static var _version:String = 3.6.0| activeMotion | property | 
public static var activeMotion:BooleanReturns whether the motion framework is activated
| activeNativeTouch | property | 
public static var activeNativeTouch:BooleanReturns whether native touch is activated
| activeSim | property | 
public static var activeSim:BooleanReturns whether simulation is activated.
| activeStarling | property | 
public static var activeStarling:BooleanReturns whether the Starling touch framework is activated
| activeTUIO | property | 
public static var activeTUIO:BooleanReturns whether TUIO is activated.
| application | property | 
public static var application:StageVar = stage.
| copyright | property | 
copyright:String  [read-only] Returns the current copyright information for GestureWorks.
    public static function get copyright():String| GESTUREWORKS_COMPLETE | property | 
public static var GESTUREWORKS_COMPLETE:String = gestureworks completeString is the dispatcher for GestureWorks framework.
| isShift | property | 
public static var isShift:BooleanDetermines if Shift key is down or Up. For use with simulator.
| supportsTouch | property | 
supportsTouch:Boolean  [read-only] Returns whether your device currently has touch support available.
    public static function get supportsTouch():Boolean| version | property | 
version:String  [read-only] Returns the current version of GestureWorks.
    public static function get version():String| GestureWorks | () | Constructor | 
public function GestureWorks(cmlPath:String = null)The GestureWorks constructor. var gestureworks:GestureWorks = new GestureWorks();
ParameterscmlPath:String (default = null) |