Skip to content

backends/libinput: don't multiply v120 value by scroll speed

Xaver Hugl requested to merge work/zamundaaa/discrete-steps into master

The value is a representation of the discrete steps a mouse wheel can take. Multiplying that with a scroll speed destroys the whole purpose of the value.

Merge request reports