Nux

Code review comment for lp:~dandrader/nux/geis

Revision history for this message
Chase Douglas (chasedouglas) wrote :

> > * How do we make sure that a nux area that receives a gesture begin will
> also
> > receive the gesture updates and end for the same gesture? What if the area
> > moves such that the touches no longer are in it? The gesture events must
> still
> > go to the area that received the begin event. I don't see code that handles
> > this.
>
> The class Gesture binds a gesture to a target InputArea. That is done on
> GESTURE_BEGIN event and doesn't change after that.

I think I see how it's working now. I'm happy :).

« Back to merge proposal