| 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 | ||
| 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 | ||
| 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| objectCount | property |
objectCount:intReturns the current objectCount of GestureWorks.
public static function get objectCount():int public static function set objectCount(value:int):void| pointClusterList | property |
pointClusterList:ArrayReturns a pointClusterList.
public static function get pointClusterList():Array public static function set pointClusterList(value:Array):void| pointHistory | property |
gw_public static var pointHistory:DictionaryContains a dictionary of all point histories present to the framework.
| pointHistoryCaptureLength | property |
pointHistoryCaptureLength:intReturns the pointHistoryCaptureLength.
public static function get pointHistoryCaptureLength():int public static function set pointHistoryCaptureLength(value:int):void| pointList | property |
pointList:ArrayReturns a pointList.
public static function get pointList():Array public static function set pointList(value:Array):void| points | property |
gw_public static var points:DictionaryContains a dictionary of all touch points present to the framework.
| processes | property |
gw_public static var processes:DictionaryContains a dictionary of all processes 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.
| touchMoveMarshallOn | property |
touchMoveMarshallOn:BooleantouchMoveMarshallOn.
public static function get touchMoveMarshallOn():Boolean public static function set touchMoveMarshallOn(value:Boolean):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.