[Webkit-unassigned] [Bug 32114] Multitouch DOM event
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 3 04:49:11 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32114
--- Comment #6 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2009-12-03 04:49:12 PST ---
(From update of attachment 44226)
> + bool areStates(PlatformTouchState state) const
I found this method a bit strange. areStates? I guess it is meant for knowing
whether all points are in the same state?
What about something more descriptive like allTouchPointsAreInState() or
allHasState()?
> + bool hasState(PlatformTouchState state) const
someHasState()?
Maybe combine the two methods and use an enum to separate them?
> + PlatformTouchMoved,
> + PlatformTouchStationary
Stationary means that it didn't change ? or ?
> + float pressure() const;
is this in percentage?
> + IntRect rect() const;
is this the boundingRect?
--
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