Package | com.gestureworks.core |
Class | public class GestureGlobals |
Inheritance | GestureGlobals ![]() |
Property | Defined 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 |
clusterHistoryCaptureLength | property |
public static var clusterHistoryCaptureLength:int = 60
cluster history capture length
clusters | property |
gw_public static var clusters:Dictionary
Contains a dictionary of all clusters present to the framework.
frameID | property |
public static var frameID:int = 0
frameID frame stamp relative to start of application.
gestures | property |
gw_public static var gestures:Dictionary
Contains a dictionary of all gestures present to the framework.
gwPointID | property |
gwPointID:int
Returns a gwPointID.
public static function get gwPointID():int
public static function set gwPointID(value:int):void
interactionPoints | property |
gw_public static var interactionPoints:Dictionary
Contains a dictionary of all interaction points present to the framework.
leapMaxX | property |
gw_public static var leapMaxX:Number = 220
leapMaxY | property |
gw_public static var leapMaxY:Number = 120
leapMaxZ | property |
gw_public static var leapMaxZ:Number = 220
leapMinX | property |
gw_public static var leapMinX:Number = -220
min leap x value
leapMinY | property |
gw_public static var leapMinY:Number = 350
leapMinZ | property |
gw_public static var leapMinZ:Number = -220
max_point_count | property |
public static var max_point_count:int = 1000
max number of tracked touch points.
motionFrameID | property |
public static var motionFrameID:uint = 0
frameID frame stamp relative to start of application.
motionHistoryCaptureLength | property |
public static var motionHistoryCaptureLength:int = 120
motion history capture length
motionPoints | property |
gw_public static var motionPoints:Dictionary
Contains a dictionary of all motion points present to the framework.
motionSpriteID | property |
public static var motionSpriteID:int = 0
objectCount | property |
public static var objectCount:int
current GestureWorks object count
pointHistoryCaptureLength | property |
public static var pointHistoryCaptureLength:int = 8
point history capture length
points | property |
gw_public static var points:Dictionary
Contains a dictionary of all touch points present to the framework.
timelineHistoryCaptureLength | property |
public static var timelineHistoryCaptureLength:int = 20
timeline history capture length
timelines | property |
gw_public static var timelines:Dictionary
Contains a dictionary of all timelines objects present to the framework.
touchFrameInterval | property |
public static var touchFrameInterval:Number = 16
touch frame interval, time between touch processing cycles.
touchObjects | property |
gw_public static var touchObjects:Dictionary
Contains a dictionary of all touchObjects available to the framework.
transformHistoryCaptureLength | property |
public static var transformHistoryCaptureLength:int = 0
transform history capture length
transforms | property |
gw_public static var transforms:Dictionary
Contains a dictionary of all transforms present to the framework.