RESOLVED FIXED 46321
[BREWMP] Enable touch events
https://bugs.webkit.org/show_bug.cgi?id=46321
Summary [BREWMP] Enable touch events
Kwang Yul Seo
Reported 2010-09-22 16:57:23 PDT
Enable TOUCH_EVENTS by porting PlatformTouchEvent and PlatformTouchPoint. Brew MP does not support multi touch, so enable only single touch for now. NOTE: In Brew MP 1.1.0.xxx, there are multi touch events: EVT_POINTER_MT_DOWN, EVT_POINTER_MT_MOVE and EVT_POINTER_MT_UP. Unfortunately, this version is not yet available to the public.
Attachments
Patch (7.09 KB, patch)
2010-09-22 17:00 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-09-22 17:00:08 PDT
Adam Barth
Comment 2 2010-09-22 20:47:58 PDT
Comment on attachment 68473 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=68473&action=review > WebCore/platform/brew/PlatformTouchPointBrew.cpp:37 > + , m_pos(windowPos) { } These braces should be on separate lines.
WebKit Commit Bot
Comment 3 2010-09-22 22:15:45 PDT
Comment on attachment 68473 [details] Patch Clearing flags on attachment: 68473 Committed r68123: <http://trac.webkit.org/changeset/68123>
WebKit Commit Bot
Comment 4 2010-09-22 22:15:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.