Package | com.gestureworks.events |
Class | public class GWMotionEvent |
Inheritance | GWMotionEvent ![]() |
Property | Defined By | ||
---|---|---|---|
value : Object | GWMotionEvent |
Method | Defined By | ||
---|---|---|---|
GWMotionEvent(type:String, data:Object, bubbles:Boolean = true, cancelable:Boolean = false) | GWMotionEvent | ||
clone():Event [override] | GWMotionEvent |
Constant | Defined By | ||
---|---|---|---|
MOTION_BEGIN : String = gwMotionBegin [static] | GWMotionEvent | ||
MOTION_END : String = gwMotionEnd [static] | GWMotionEvent | ||
MOTION_MOVE : String = gwMotionMove [static] | GWMotionEvent |
value | property |
public var value:Object
GWMotionEvent | () | Constructor |
public function GWMotionEvent(type:String, data:Object, bubbles:Boolean = true, cancelable:Boolean = false)
type:String | |
data:Object | |
bubbles:Boolean (default = true )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
MOTION_BEGIN | Constant |
public static const MOTION_BEGIN:String = gwMotionBegin
MOTION_END | Constant |
public static const MOTION_END:String = gwMotionEnd
MOTION_MOVE | Constant |
public static const MOTION_MOVE:String = gwMotionMove