Skip to content
Commit 666b3df7 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

applet: Correct horizontal delta values

When swiping fingers on touchpad from left to right, one expects that
the volume will increase but it's the opposite right now.

The applet accumulates delta values. If the accumulated value reaches
120, volume will be increased; if it reaches -120, volume will be
decreased.

Scroll up and right produce deltas with different signs. This change
flips delta values of horizontal scroll events so scroll right events
produce delta values with the same sign as scroll up events.
parent 3a2a7567
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment