Packagecom.gestureworks.core
Classpublic class GestureGlobals
InheritanceGestureGlobals Inheritance Object

The GestureGlobals class is the global variables class that can be accessed from all classes within. You can acess a number of hooks for development. We have very near future plans to build this out a be more available for the developer.



Public Properties
 PropertyDefined By
  clusterHistoryCaptureLength : int
[static] Returns the current clusterHistoryCaptureLength.
GestureGlobals
  frameID : int
[static] frameID frame stamp relative to start of application.
GestureGlobals
  gwPointID : int
[static] Returns a gwPointID.
GestureGlobals
  objectCount : int
[static] Returns the current objectCount of GestureWorks.
GestureGlobals
  pointClusterList : Array
[static] Returns a pointClusterList.
GestureGlobals
  pointHistoryCaptureLength : int
[static] Returns the pointHistoryCaptureLength.
GestureGlobals
  pointList : Array
[static] Returns a pointList.
GestureGlobals
  timelineHistoryCaptureLength : int
[static] Returns the current timelineHistoryCaptureLength.
GestureGlobals
  touchMoveMarshallOn : Boolean
[static] touchMoveMarshallOn.
GestureGlobals
  transformHistoryCaptureLength : int
[static] Returns the current transformHistoryCaptureLength.
GestureGlobals
Property Detail
clusterHistoryCaptureLengthproperty
clusterHistoryCaptureLength:int

Returns the current clusterHistoryCaptureLength.


Implementation
    public static function get clusterHistoryCaptureLength():int
    public static function set clusterHistoryCaptureLength(value:int):void
clustersproperty 
gw_public static var clusters:Dictionary

Contains a dictionary of all clusters present to the framework.

frameIDproperty 
frameID:int

frameID frame stamp relative to start of application.


Implementation
    public static function get frameID():int
    public static function set frameID(value:int):void
gesturesproperty 
gw_public static var gestures:Dictionary

Contains a dictionary of all gestures present to the framework.

gwPointIDproperty 
gwPointID:int

Returns a gwPointID.


Implementation
    public static function get gwPointID():int
    public static function set gwPointID(value:int):void
objectCountproperty 
objectCount:int

Returns the current objectCount of GestureWorks.


Implementation
    public static function get objectCount():int
    public static function set objectCount(value:int):void
pointClusterListproperty 
pointClusterList:Array

Returns a pointClusterList.


Implementation
    public static function get pointClusterList():Array
    public static function set pointClusterList(value:Array):void
pointHistoryproperty 
gw_public static var pointHistory:Dictionary

Contains a dictionary of all point histories present to the framework.

pointHistoryCaptureLengthproperty 
pointHistoryCaptureLength:int

Returns the pointHistoryCaptureLength.


Implementation
    public static function get pointHistoryCaptureLength():int
    public static function set pointHistoryCaptureLength(value:int):void
pointListproperty 
pointList:Array

Returns a pointList.


Implementation
    public static function get pointList():Array
    public static function set pointList(value:Array):void
pointsproperty 
gw_public static var points:Dictionary

Contains a dictionary of all touch points present to the framework.

processesproperty 
gw_public static var processes:Dictionary

Contains a dictionary of all processes present to the framework.

timelineHistoryCaptureLengthproperty 
timelineHistoryCaptureLength:int

Returns the current timelineHistoryCaptureLength.


Implementation
    public static function get timelineHistoryCaptureLength():int
    public static function set timelineHistoryCaptureLength(value:int):void
timelinesproperty 
gw_public static var timelines:Dictionary

Contains a dictionary of all timelines objects present to the framework.

touchMoveMarshallOnproperty 
touchMoveMarshallOn:Boolean

touchMoveMarshallOn.


Implementation
    public static function get touchMoveMarshallOn():Boolean
    public static function set touchMoveMarshallOn(value:Boolean):void
touchObjectsproperty 
gw_public static var touchObjects:Dictionary

Contains a dictionary of all touchObjects available to the framework.

transformHistoryCaptureLengthproperty 
transformHistoryCaptureLength:int

Returns the current transformHistoryCaptureLength.


Implementation
    public static function get transformHistoryCaptureLength():int
    public static function set transformHistoryCaptureLength(value:int):void
transformsproperty 
gw_public static var transforms:Dictionary

Contains a dictionary of all transforms present to the framework.