summaryrefslogtreecommitdiffstats
path: root/dom/events/EventStateManager.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-08-25 19:56:18 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-08-25 19:56:18 +0200
commitf0e053a1b4b42ef3344032589d1c02ff21e21f6f (patch)
treee28f860afbf557c411c25f5fb679e076e6c3dded /dom/events/EventStateManager.h
parent74c6c585ab519e3314bdf6b0fa23d8aa757b78a5 (diff)
downloadUXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar.gz
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar.lz
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar.xz
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.zip
Add a horizontal scroll action option for mouse wheel.
Resolves #732
Diffstat (limited to 'dom/events/EventStateManager.h')
-rw-r--r--dom/events/EventStateManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/events/EventStateManager.h b/dom/events/EventStateManager.h
index d0461e7fa..95ce9a907 100644
--- a/dom/events/EventStateManager.h
+++ b/dom/events/EventStateManager.h
@@ -513,7 +513,8 @@ protected:
ACTION_SCROLL,
ACTION_HISTORY,
ACTION_ZOOM,
- ACTION_LAST = ACTION_ZOOM,
+ ACTION_HSCROLL,
+ ACTION_LAST = ACTION_HSCROLL,
// Following actions are used only by internal processing. So, cannot
// specified by prefs.
ACTION_SEND_TO_PLUGIN