diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -929,6 +929,7 @@ void processEvents_App(enum iAppEventMode eventMode) { | |||
929 | } | 929 | } |
930 | else { | 930 | else { |
931 | /* Disregard wheel acceleration applied by the OS. */ | 931 | /* Disregard wheel acceleration applied by the OS. */ |
932 | ev.wheel.x = -ev.wheel.x; | ||
932 | ev.wheel.y = iSign(ev.wheel.y); | 933 | ev.wheel.y = iSign(ev.wheel.y); |
933 | } | 934 | } |
934 | #endif | 935 | #endif |