Packagecom.gestureworks.events
Classpublic class GWMotionEvent
InheritanceGWMotionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  value : Object
GWMotionEvent
Public Methods
 MethodDefined By
  
GWMotionEvent(type:String, data:Object, bubbles:Boolean = true, cancelable:Boolean = false)
GWMotionEvent
  
clone():Event
[override]
GWMotionEvent
Public Constants
 ConstantDefined By
  MOTION_BEGIN : String = gwMotionBegin
[static]
GWMotionEvent
  MOTION_END : String = gwMotionEnd
[static]
GWMotionEvent
  MOTION_MOVE : String = gwMotionMove
[static]
GWMotionEvent
Property Detail
valueproperty
public var value:Object

Constructor Detail
GWMotionEvent()Constructor
public function GWMotionEvent(type:String, data:Object, bubbles:Boolean = true, cancelable:Boolean = false)



Parameters
type:String
 
data:Object
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
MOTION_BEGINConstant
public static const MOTION_BEGIN:String = gwMotionBegin

MOTION_ENDConstant 
public static const MOTION_END:String = gwMotionEnd

MOTION_MOVEConstant 
public static const MOTION_MOVE:String = gwMotionMove