https://bugs.freedesktop.org/show_bug.cgi?id=106323

--- Comment #4 from Peter Hutterer <peter.hutte...@who-t.net> ---
did you try it? because the basic approach right now is: delta * factor. What
the server does is delta * constant_deceleration * factor. So whether you add
this to the factor or later doesn't really matter.
... after checking the server sources again: it also appears to multiply the
velocity by the constant deceleration, so you'd need to apply this at the top
of the function accordingly. 

libinput debug-gui is the best way to test these things, it can be run from the
builddir and the pointer is controlled by libinput only, so no need to restart
between recompilations.

https://wayland.freedesktop.org/libinput/doc/latest/tools.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to