PQMultiTouch API Documentation
All Packages
|
All Classes
|
Frames
No Frames
Class FlickGesture
Properties
|
Methods
|
Constants
Package
pq.multitouch.gestures
Class
public class FlickGesture
Inheritance
FlickGesture
EventGesture
The FlickGesture class will dispatch FlickEvent.FLICK event when there is a SINGLE_DOWN and a SINGLE_UP ocurred closely enough in time, but the distance of this single-touch's movement > TouchOptions.clickDistThreshold.
Public Methods
Method
Defined by
FlickGesture
():void
FlickGesture class is customized to recognize FlickEvent action.
FlickGesture
Aug 5 2010, PQLabs