Package | com.gestureworks.core |
Class | public class GestureGlobals |
Inheritance | GestureGlobals ![]() |
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:int
Returns the current clusterHistoryCaptureLength.
public static function get clusterHistoryCaptureLength():int
public static function set clusterHistoryCaptureLength(value:int):void
clusters | property |
gw_public static var clusters:Dictionary
Contains a dictionary of all clusters present to the framework.
frameID | property |
frameID:int
frameID 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: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
max_point_count | property |
max_point_count:int
returns 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:uint
frameID 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:int
Returns the current objectCount of GestureWorks.
public static function get objectCount():int
public static function set objectCount(value:int):void
pointHistoryCaptureLength | property |
pointHistoryCaptureLength:int
Returns the pointHistoryCaptureLength.
public static function get pointHistoryCaptureLength():int
public static function set pointHistoryCaptureLength(value:int):void
points | property |
gw_public static var points:Dictionary
Contains a dictionary of all touch points present to the framework.
timelineHistoryCaptureLength | property |
timelineHistoryCaptureLength:int
Returns the current timelineHistoryCaptureLength.
public static function get timelineHistoryCaptureLength():int
public static function set timelineHistoryCaptureLength(value:int):void
timelines | property |
gw_public static var timelines:Dictionary
Contains a dictionary of all timelines objects present to the framework.
touchFrameInterval | property |
touchFrameInterval:Number
returns 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:Dictionary
Contains a dictionary of all touchObjects available to the framework.
transformHistoryCaptureLength | property |
transformHistoryCaptureLength:int
Returns the current transformHistoryCaptureLength.
public static function get transformHistoryCaptureLength():int
public static function set transformHistoryCaptureLength(value:int):void
transforms | property |
gw_public static var transforms:Dictionary
Contains a dictionary of all transforms present to the framework.