[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 15:26:01 PDT 2011


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97105|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #16 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-06-14 15:26:00 PST ---
(From update of attachment 97105)
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*

> Source/WebKit2/Shared/efl/WebEventFactory.cpp:46
> +enum {
> +    LeftButton = 1,
> +    MiddleButton = 2,
> +    RightButton = 3
> +};

Is this always the case for all mouse types?

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