app: support horizontal scrolling on Windows and Linux

Fixes #181.

Signed-off-by: pierre <pierre.curto@gmail.com>
This commit is contained in:
Pierre Curto
2020-11-26 18:37:00 +01:00
committed by Elias Naur
parent 4f8150cd59
commit 4c3de5f5d2
3 changed files with 19 additions and 3 deletions
+1
View File
@@ -142,6 +142,7 @@ const (
WM_MBUTTONUP = 0x0208
WM_MOUSEMOVE = 0x0200
WM_MOUSEWHEEL = 0x020A
WM_MOUSEHWHEEL = 0x020E
WM_PAINT = 0x000F
WM_CLOSE = 0x0010
WM_QUIT = 0x0012