Package | pq.multitouch.events |
Class | public class FlickEvent |
Inheritance | FlickEvent ![]() |
Property | Defined by | ||
---|---|---|---|
direction : Direction
[read-only]Indicates the direction of the flick action.
| FlickEvent | ||
vector : Vector2D
[read-only]Indicates the vector of the flick action.
| FlickEvent |
Method | Defined by | ||
---|---|---|---|
FlickEvent(vect:Vector2D,downx:Number,downy:Number):void
Creates an FlickEvent object that contains information about FlickGesture.
| FlickEvent | ||
clone():Event
Creates a copy of the FlickEvent object and sets the value of each property to match that of the original.
|
FlickEvent | ||
toString():String
Returns a string that contains properties of the FlickEvent object.
|
FlickEvent |
Constant | Defined by | ||
---|---|---|---|
FLICK : String = "FLICK"
[static]Defines the value of the type property of a FLICK event object.
| FlickEvent |
direction | property |
direction:Direction
[read-only]
Indicates the direction of the flick action.
Implementationpublic function get |
vector | property |
vector:Vector
2D [read-only]
Indicates the vector of the flick action.
Implementationpublic function get |
clone |
() | method |
public override function clone():Event
Creates a copy of the FlickEvent object and sets the value of each property to match that of the original.
ReturnsEvent— A new FlickEvent object with property values that match those of the original. |
toString | () | method |
public override function toString():String
Returns a string that contains properties of the FlickEvent object. The string is in the following format: [FlickEvent frameID=value type=value x=value ... eventPhase=value]
ReturnsString — properties string of the FlickEvent object. |
FLICK | Constant |
public static const FLICK:String
Defines the value of the type property of a FLICK event object.