[Webkit-unassigned] [Bug 10598] JSMouseEvent needs to expose tablet pressure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 06:42:57 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=10598





------- Comment #4 from eric at webkit.org  2008-01-02 06:42 PDT -------
A few comments:

1.  I'd use "preciseClientX", instead of "accurate", "float" or "double" would
even be better, except I think those might get more and more precise over time.
 We'd probably try to expose as accurate values as the device supported, which
would be doubles on 64bit.

2.  How would one register for these?  Would normal places you would get mouse
events give you these instead?  Probably not.  Could we implement these in
webkit and test them using an addEventListener("-webkit-tabletmoved", foo,
false); scheme?

3.  If these aren't part of normal mouse events, what do the names of the
corresponding tablet registrations look like?  tabletMoved, tabletOver,
tabletOut, etc?

4.  If these aren't part of normal mouse events, I think normal mouse events
would be dispatched on a throttled basis, when tablet events were coming in. 
Tablets send way more events than normal pointing devices do.


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



More information about the webkit-unassigned mailing list