[Webkit-unassigned] [Bug 61993] [EFL][WK2] add WebKit2 EFL port's NativeWebMouseEvent, NativeWebWheelEvent and NativeWebKeyboardEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 18:56:12 PDT 2011


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





--- Comment #18 from EunMi Lee <eunmi15.lee at samsung.com>  2011-06-14 18:56:11 PST ---
(In reply to comment #16)
> (From update of attachment 97105 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=97105&action=review
> 
> >> Source/WebKit2/ChangeLog:8
> >> +        add native mouse and keyboard event classes to convert EFL's events to NativeWebEvent.
> > 
> > Start sentences with uppercase letters.
> 
> Add*
> 
Done.

> > Source/WebKit2/Shared/efl/WebEventFactory.cpp:46
> > +enum {
> > +    LeftButton = 1,
> > +    MiddleButton = 2,
> > +    RightButton = 3
> > +};
> 
> Is this always the case for all mouse types?

I am not sure about that,
but I think I can't support more because WebMouseEvent supports only those three buttons now.

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