Commit graph

8 commits

Author SHA1 Message Date
Pavel fljot
d65cf3ac90 Gesture#shouldTrackTouchPoint() is no more abstract method but rather has some default functionality.
Since most of the gestures requires touch point (on touch begin) to be on top of the target, this common logic moved to base class Gesture.
2011-07-04 13:37:46 +03:00
Pavel fljot
c3d637b4a7 DragGesture#onTouchMove() fixed.
Before it was dispatching event with UPDATE phase just after event with BEGIN phase (so two events during one method call), which could result double offsets in UI layer.
2011-06-24 21:26:46 +03:00
Pavel fljot
3be92fb21f Small slop calculation optimization in MovingGestureBase 2011-05-05 19:15:22 +03:00
Pavel fljot
b765eba46a Added GestureTrackingEvent (GESTURE_TRACKING_BEGIN, GESTURE_TRACKING_END),
made Gesture extend EventDispatcher (and IGesture extend IEventDispatcher)
2011-05-05 19:14:49 +03:00
Pavel fljot
ad8b5a2ecd Fixed several things related to Gesture#centralPoint (affected DragGesture) 2011-05-05 19:12:40 +03:00
Pavel fljot
151d0ddca6 Target is now optional argument for gesture constructor (since I made target as getter AND setter recently) 2011-05-02 13:36:29 +03:00
Pavel fljot
289b3a800b New Ant task for building "fat swc" (with embedded documentation) 2011-05-01 17:42:58 +03:00
Pavel fljot
fca1ae4bc9 Initial commit 2011-04-29 18:55:49 +03:00