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.



Public Properties
 PropertyDefined By
  clusterHistoryCaptureLength : int = 60
[static] cluster history capture length
GestureGlobals
  frameID : int = 0
[static] frameID frame stamp relative to start of application.
GestureGlobals
  gwPointID : int
[static] Returns a gwPointID.
GestureGlobals
  max_point_count : int = 1000
[static] max number of tracked touch points.
GestureGlobals
  motionFrameID : uint = 0
[static] frameID frame stamp relative to start of application.
GestureGlobals
  motionHistoryCaptureLength : int = 120
[static] motion history capture length
GestureGlobals
  motionSpriteID : int = 0
[static]
GestureGlobals
  objectCount : int
[static] current GestureWorks object count
GestureGlobals
  pointHistoryCaptureLength : int = 8
[static] point history capture length
GestureGlobals
  timelineHistoryCaptureLength : int = 20
[static] timeline history capture length
GestureGlobals
  touchFrameInterval : Number = 16
[static] touch frame interval, time between touch processing cycles.
GestureGlobals
  transformHistoryCaptureLength : int = 0
[static] transform history capture length
GestureGlobals
Property Detail
clusterHistoryCaptureLengthproperty
public static var clusterHistoryCaptureLength:int = 60

cluster history capture length

clustersproperty 
gw_public static var clusters:Dictionary

Contains a dictionary of all clusters present to the framework.

frameIDproperty 
public static var frameID:int = 0

frameID frame stamp relative to start of application.

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
interactionPointsproperty 
gw_public static var interactionPoints:Dictionary

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

leapMaxXproperty 
gw_public static var leapMaxX:Number = 220

leapMaxYproperty 
gw_public static var leapMaxY:Number = 120

leapMaxZproperty 
gw_public static var leapMaxZ:Number = 220

leapMinXproperty 
gw_public static var leapMinX:Number = -220

min leap x value

leapMinYproperty 
gw_public static var leapMinY:Number = 350

leapMinZproperty 
gw_public static var leapMinZ:Number = -220

max_point_countproperty 
public static var max_point_count:int = 1000

max number of tracked touch points.

motionFrameIDproperty 
public static var motionFrameID:uint = 0

frameID frame stamp relative to start of application.

motionHistoryCaptureLengthproperty 
public static var motionHistoryCaptureLength:int = 120

motion history capture length

motionPointsproperty 
gw_public static var motionPoints:Dictionary

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

motionSpriteIDproperty 
public static var motionSpriteID:int = 0

objectCountproperty 
public static var objectCount:int

current GestureWorks object count

pointHistoryCaptureLengthproperty 
public static var pointHistoryCaptureLength:int = 8

point history capture length

pointsproperty 
gw_public static var points:Dictionary

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

timelineHistoryCaptureLengthproperty 
public static var timelineHistoryCaptureLength:int = 20

timeline history capture length

timelinesproperty 
gw_public static var timelines:Dictionary

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

touchFrameIntervalproperty 
public static var touchFrameInterval:Number = 16

touch frame interval, time between touch processing cycles.

touchObjectsproperty 
gw_public static var touchObjects:Dictionary

Contains a dictionary of all touchObjects available to the framework.

transformHistoryCaptureLengthproperty 
public static var transformHistoryCaptureLength:int = 0

transform history capture length

transformsproperty 
gw_public static var transforms:Dictionary

Contains a dictionary of all transforms present to the framework.