Code review comment for lp:~nick-dedekind/unity8/side-stage-redesign

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

TouchGestureArea:

I think a better name for InternalStatus::Undecided would be InternalStatus::WaitingForMoreTouches.

You effectively split DDA's original Undecided into WaitingForMoreTouches and WaitingForOwnership, as in both states you're effectively undecided on whether those touches are performing the gesture you're intersted in or not (aka doing gesture recognition).

« Back to merge proposal