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
  max_point_count : int
[static] returns max number of tracked touch points.
GestureGlobals
  motionframeID : uint
[static] frameID frame stamp relative to start of application.
GestureGlobals
  motionSpriteID : int
[static]
GestureGlobals
  objectCount : int
[static] Returns the current objectCount of GestureWorks.
GestureGlobals
  pointHistoryCaptureLength : int
[static] Returns the pointHistoryCaptureLength.
GestureGlobals
  timelineHistoryCaptureLength : int
[static] Returns the current timelineHistoryCaptureLength.
GestureGlobals
  touchFrameInterval : Number
[static] returns touch frame interval, time between touch processing cycles.
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
max_point_countproperty 
max_point_count:int

returns max number of tracked touch points.


Implementation
    public static function get max_point_count():int
    public static function set max_point_count(value:int):void
motionframeIDproperty 
motionframeID:uint

frameID frame stamp relative to start of application.


Implementation
    public static function get motionframeID():uint
    public static function set motionframeID(value:uint):void
motionSpriteIDproperty 
motionSpriteID:int


Implementation
    public static function get motionSpriteID():int
    public static function set motionSpriteID(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
pointHistoryCaptureLengthproperty 
pointHistoryCaptureLength:int

Returns the pointHistoryCaptureLength.


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

Contains a dictionary of all touch points 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.

touchFrameIntervalproperty 
touchFrameInterval:Number

returns touch frame interval, time between touch processing cycles.


Implementation
    public static function get touchFrameInterval():Number
    public static function set touchFrameInterval(value:Number):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.