API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
GestureWorksAIR
Properties
|
Methods
Package
com.gestureworks.core
Class
public class GestureWorksAIR
Inheritance
GestureWorksAIR
GestureWorks
GestureWorksCore
flash.display.Sprite
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
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
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined By
initialized
: Boolean = false
Returns whether gestureworks has initialized.
GestureWorksCore
_supportsTouch
: Boolean
[static] Returns whether your device currently has touch support available.
GestureWorksCore
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
loadGML
(gml:String):void
Loads a gml file
GestureWorksCore
unloadGML
(gml:String):void
Unloads a gml file
GestureWorksCore
Protected Methods
Show Inherited Protected Methods
Show Inherited Protected Methods
Method
Defined By
gestureworksInit
():void
GestureWorksCore
updateTouchObjects
(obj:* = null):void
Updates event listeners depending on the active modes
GestureWorksCore
Wed Mar 12 2014, 12:06 PM -06:00