Add a horizontal scroll action option for mouse wheel.

Resolves #732
This commit is contained in:
wolfbeast 2018-08-25 19:56:18 +02:00 committed by Roy Tam
commit 4932cf3ea0
3 changed files with 10 additions and 3 deletions

View file

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