[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 21:26:55 PST 2014


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





--- Comment #18 from Sanghyup Lee <sh53.lee at samsung.com>  2014-01-27 21:24:18 PST ---
(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.

-- 
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