[Webkit-unassigned] [Bug 127675] [EFL][WK2] Add a logic for checking multi touch in GestureRecognizer::noGesture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 22:21:52 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127675





--- Comment #19 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2014-01-27 22:19:16 PST ---
(In reply to comment #18)
> (In reply to comment #17)
> > (In reply to comment #16)
> > > I think we have to remove ASSERT_NOT_REACHED().
> > > Because it is possible that when noGesture() called, there are 3 touch points.
> > 
> > If we need to handle 3 touch points as well, I prefer to add "case 3:". Then, you may add a notImplemented() or similar thing.
> 
> But four or more touch point also possible. 
> So how about add a notImplemented() in "default:" case?
> I think "default:" can cover 3 or more touch point case.

I see. If so, it would be good to add a comment as well for it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list