summaryrefslogtreecommitdiffstats
path: root/widget/WidgetEventImpl.cpp
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-04 23:15:50 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-04 23:15:50 +0100
commit80f9b75efa08ea449937298b791ff278cbf5fa22 (patch)
tree24175cc50098581dd604d32d84fe27249931792f /widget/WidgetEventImpl.cpp
parent3ef4f63ec257cf90ad4bf8695a1e4e291f811af2 (diff)
downloadUXP-80f9b75efa08ea449937298b791ff278cbf5fa22.tar
UXP-80f9b75efa08ea449937298b791ff278cbf5fa22.tar.gz
UXP-80f9b75efa08ea449937298b791ff278cbf5fa22.tar.lz
UXP-80f9b75efa08ea449937298b791ff278cbf5fa22.tar.xz
UXP-80f9b75efa08ea449937298b791ff278cbf5fa22.zip
Implement auxclick
Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
Diffstat (limited to 'widget/WidgetEventImpl.cpp')
-rw-r--r--widget/WidgetEventImpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/WidgetEventImpl.cpp b/widget/WidgetEventImpl.cpp
index 52e2b9b40..7dd292cb0 100644
--- a/widget/WidgetEventImpl.cpp
+++ b/widget/WidgetEventImpl.cpp
@@ -236,6 +236,7 @@ WidgetEvent::HasMouseEventMessage() const
case eMouseUp:
case eMouseClick:
case eMouseDoubleClick:
+ case eMouseAuxClick:
case eMouseEnterIntoWidget:
case eMouseExitFromWidget:
case eMouseActivate: