[Webkit-unassigned] [Bug 187998] [WPE] Implement MouseEvent.buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 02:30:13 PDT 2018


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

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zan at falconsigh.net
 Attachment #346464|review?                     |review+
              Flags|                            |

--- Comment #7 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 346464
  --> https://bugs.webkit.org/attachment.cgi?id=346464
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=346464&action=review

> Tools/WebKitTestRunner/wpe/EventSenderProxyWPE.cpp:94
> +    case 1:
> +        modifier = wpe_input_pointer_modifier_button1;
> +        break;

Can these return the relevant modifier value, and the default clause just return 0? Or, if the compiler complains, have the default clause break and then return by default?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180803/7286c836/attachment.html>


More information about the webkit-unassigned mailing list