| Package | com.gestureworks.core | 
| Class | public class GestureGlobals | 
| Inheritance | GestureGlobals    Object | 
| Property | Defined 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 | ||
| clusterHistoryCaptureLength | property | 
clusterHistoryCaptureLength:intReturns the current clusterHistoryCaptureLength.
    public static function get clusterHistoryCaptureLength():int    public static function set clusterHistoryCaptureLength(value:int):void| clusters | property | 
gw_public static var clusters:DictionaryContains a dictionary of all clusters present to the framework.
| frameID | property | 
frameID:intframeID frame stamp relative to start of application.
    public static function get frameID():int    public static function set frameID(value:int):void| gestures | property | 
gw_public static var gestures:DictionaryContains a dictionary of all gestures present to the framework.
| gwPointID | property | 
gwPointID:intReturns a gwPointID.
    public static function get gwPointID():int    public static function set gwPointID(value:int):void| max_point_count | property | 
max_point_count:intreturns max number of tracked touch points.
    public static function get max_point_count():int    public static function set max_point_count(value:int):void| motionframeID | property | 
motionframeID:uintframeID frame stamp relative to start of application.
    public static function get motionframeID():uint    public static function set motionframeID(value:uint):void| motionSpriteID | property | 
motionSpriteID:int    public static function get motionSpriteID():int    public static function set motionSpriteID(value:int):void| objectCount | property | 
objectCount:intReturns the current objectCount of GestureWorks.
    public static function get objectCount():int    public static function set objectCount(value:int):void| pointHistoryCaptureLength | property | 
pointHistoryCaptureLength:intReturns the pointHistoryCaptureLength.
    public static function get pointHistoryCaptureLength():int    public static function set pointHistoryCaptureLength(value:int):void| points | property | 
gw_public static var points:DictionaryContains a dictionary of all touch points present to the framework.
| timelineHistoryCaptureLength | property | 
timelineHistoryCaptureLength:intReturns the current timelineHistoryCaptureLength.
    public static function get timelineHistoryCaptureLength():int    public static function set timelineHistoryCaptureLength(value:int):void| timelines | property | 
gw_public static var timelines:DictionaryContains a dictionary of all timelines objects present to the framework.
| touchFrameInterval | property | 
touchFrameInterval:Numberreturns touch frame interval, time between touch processing cycles.
    public static function get touchFrameInterval():Number    public static function set touchFrameInterval(value:Number):void| touchObjects | property | 
gw_public static var touchObjects:DictionaryContains a dictionary of all touchObjects available to the framework.
| transformHistoryCaptureLength | property | 
transformHistoryCaptureLength:intReturns the current transformHistoryCaptureLength.
    public static function get transformHistoryCaptureLength():int    public static function set transformHistoryCaptureLength(value:int):void| transforms | property | 
gw_public static var transforms:DictionaryContains a dictionary of all transforms present to the framework.