Packagecom.gestureworks.core
Classpublic class GestureWorksAIR
InheritanceGestureWorksAIR Inheritance GestureWorks Inheritance GestureWorksCore Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedactiveMotion : Boolean
[static] Returns whether the motion framework is activated
GestureWorks
 InheritedactiveNativeTouch : Boolean = true
[static] Returns whether native touch is activated
GestureWorks
 InheritedactiveSensor : Boolean
[static] Returns whether the sensor framework is activated
GestureWorks
 InheritedactiveSim : Boolean
[static] Returns whether simulation is activated.
GestureWorks
 InheritedactiveTUIO : Boolean
[static] Returns whether TUIO is activated.
GestureWorks
 Inheritedapplication : Stage
[static] Var = stage.
GestureWorks
 Inheritedauto : Boolean
Attempts to auto-select input type.
GestureWorksCore
 Inheritedcml : String
Sets cml file path.
GestureWorksCore
 Inherited_copyright : String = © 2009-2013 Ideum Inc.All Rights Reserved
[static]
GestureWorks
 Inheritedcopyright : String
[static] [read-only] Returns the current copyright information for GestureWorks.
GestureWorks
 Inheritedfullscreen : Boolean
Sets the application to fullscreen
GestureWorksCore
 InheritedGESTUREWORKS_COMPLETE : String = gestureworks complete
[static] String is the dispatcher for GestureWorks framework.
GestureWorks
 Inheritedgml : String
Sets gml file path.
GestureWorksCore
 InheritedisShift : Boolean
[static] Determines if Shift key is down or Up.
GestureWorks
 Inheritedkey : String
Deprecated: Please Use none
Deprecated: No longer requires a key.
GestureWorksCore
 Inheritedleap2D : Boolean
Turns leap 2D motion input on
GestureWorksCore
 Inheritedleap3D : Boolean
Turns leap 3D motion input on
GestureWorksCore
 Inheritedmotion : Boolean
Turns motion input on.Currently only supports Leap
GestureWorksCore
 InheritednativeTouch : Boolean
Overrides native touch input
GestureWorksCore
 Inheritedsensor : Boolean
Turns sensor input on.
GestureWorksCore
 Inheritedsimulator : Boolean
Turns on the mouse simulator.
GestureWorksCore
 InheritedsupportsTouch : Boolean
[static] [read-only] Returns whether your device currently has touch support available.
GestureWorks
 Inheritedtuio : *
Enables tuio input.
GestureWorksCore
 Inherited_version : String = 4.1.0
[static]
GestureWorks
 Inheritedversion : String
[static] [read-only] Returns the current version of GestureWorks.
GestureWorks
Protected Properties
 PropertyDefined By
 Inheritedinitialized : Boolean = false
Returns whether gestureworks has initialized.
GestureWorksCore
 Inherited_supportsTouch : Boolean
[static] Returns whether your device currently has touch support available.
GestureWorksCore
Public Methods
 MethodDefined By
 Inherited
loadGML(gml:String):void
Loads a gml file
GestureWorksCore
 Inherited
unloadGML(gml:String):void
Unloads a gml file
GestureWorksCore
Protected Methods
 MethodDefined By
 Inherited
GestureWorksCore
 Inherited
updateTouchObjects(obj:* = null):void
Updates event listeners depending on the active modes
GestureWorksCore