| Package | com.gestureworks.core |
| Class | public class GestureWorks |
| Inheritance | GestureWorks GestureWorksCore flash.display.Sprite |
| Property | Defined By | ||
|---|---|---|---|
| activeTUIO : Boolean [static]
Returns weather TUIO is activated. | GestureWorks | ||
| application : Stage [static]
Var = stage. | GestureWorks | ||
| copyright : String = © 2009-2012 Ideum Inc.All Rights Reserved [static]
Returns the current copyright information for GestureWorks. | GestureWorks | ||
![]() | fullscreen : Boolean | GestureWorksCore | |
| GESTUREWORKS_COMPLETE : String = gestureworks complete [static]
String is the dispatcher for GestureWorks framework. | GestureWorks | ||
| hasCML : Boolean [static]
Returns if the GestureWorks framework has an accessed .cml. | GestureWorks | ||
| isShift : Boolean [static]
Determines if Shift key is down or Up. | GestureWorks | ||
![]() | key : String | GestureWorksCore | |
![]() | settingsPath : String | GestureWorksCore | |
![]() | simulator : Boolean | GestureWorksCore | |
| supportsTouch : Boolean [static]
Returns weather your device currently has touch support available. | GestureWorks | ||
![]() | tuio : Boolean | GestureWorksCore | |
| version : String = 3.6.0 [static]
Returns the current version of GestureWorks. | GestureWorks | ||
| Method | Defined By | ||
|---|---|---|---|
GestureWorks(cmlSettingsPath:String = null)
The GestureWorks constructor. | GestureWorks | ||
| Method | Defined By | ||
|---|---|---|---|
create():void [override]
protected function create(). | GestureWorks | ||
![]() | gestureworksInit():void | GestureWorksCore | |
| activeTUIO | property |
public static var activeTUIO:BooleanReturns weather TUIO is activated.
| application | property |
public static var application:StageVar = stage.
| copyright | property |
public static var copyright:String = © 2009-2012 Ideum Inc.All Rights ReservedReturns the current copyright information for GestureWorks.
| GESTUREWORKS_COMPLETE | property |
public static var GESTUREWORKS_COMPLETE:String = gestureworks completeString is the dispatcher for GestureWorks framework.
| hasCML | property |
public static var hasCML:BooleanReturns if the GestureWorks framework has an accessed .cml.
| isShift | property |
public static var isShift:BooleanDetermines if Shift key is down or Up. For use with simulator.
| supportsTouch | property |
public static var supportsTouch:BooleanReturns weather your device currently has touch support available.
| version | property |
public static var version:String = 3.6.0Returns the current version of GestureWorks.
| GestureWorks | () | Constructor |
public function GestureWorks(cmlSettingsPath:String = null)The GestureWorks constructor. var gestureworks:GestureWorks = new GestureWorks();
ParameterscmlSettingsPath:String (default = null) |
| create | () | method |
override protected function create():voidprotected function create(). this is where the gestureworks begin it's intialization.