[Webkit-unassigned] [Bug 32114] Multitouch DOM event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 07:27:11 PST 2009


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





--- Comment #11 from Simon Hausmann <hausmann at webkit.org>  2009-12-03 07:27:11 PST ---
A slightly more Qt implementation specific comment: The touch event interface
in Qt (QTouchEvent) is based on the concept that one event provides information
of all the touch points.

It appears that the aforementioned existing JS interface for touch interaction
use the same model, therefore making the mapping from QTouchEvent to the JS
interface a really simple translation of data structures.

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