Package | com.gestureworks.core |
Class | public class GestureWorks |
Inheritance | GestureWorks ![]() ![]() |
Subclasses | GestureWorksAIR |
Property | Defined By | ||
---|---|---|---|
activeMotion : Boolean [static]
Returns whether the motion framework is activated
| GestureWorks | ||
activeNativeTouch : Boolean = true [static]
Returns whether native touch is activated
| GestureWorks | ||
activeSensor : Boolean [static]
Returns whether the sensor framework is activated
| GestureWorks | ||
activeSim : Boolean [static]
Returns whether simulation 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 | |
supportsTouch : Boolean [static] [read-only]
Returns whether your device currently has touch support available. | GestureWorks | ||
![]() | tuio : *
Enables tuio input. | GestureWorksCore | |
_version : String = 4.1.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 | ||
![]() | loadGML(gml:String):void
Loads a gml file
| GestureWorksCore | |
![]() | unloadGML(gml:String):void
Unloads a gml file
| GestureWorksCore |
_copyright | property |
public static var _copyright:String = © 2009-2013 Ideum Inc.All Rights Reserved
_version | property |
public static var _version:String = 4.1.0
activeMotion | property |
public static var activeMotion:Boolean
Returns whether the motion framework is activated
activeNativeTouch | property |
public static var activeNativeTouch:Boolean = true
Returns whether native touch is activated
activeSensor | property |
public static var activeSensor:Boolean
Returns whether the sensor framework is activated
activeSim | property |
public static var activeSim:Boolean
Returns whether simulation is activated.
activeTUIO | property |
public static var activeTUIO:Boolean
Returns whether TUIO is activated.
application | property |
public static var application:Stage
Var = 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 complete
String is the dispatcher for GestureWorks framework.
isShift | property |
public static var isShift:Boolean
Determines 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 )
|