Kinetic scrolling - why only for touchscreens?

2018-02-12 Thread Roman Lehnert
Hi, when reading the dev documentation for GtkScrolledWindow, i stumbled upon the limitation of kinetic scrolling for touchscreen devices. However, i could not find the actual reason for the limitation. Can anyone help me out here? The background of my question is that i wanted to get rid of syna

Re: Kinetic scrolling - why only for touchscreens?

2018-02-12 Thread Timm Bäder
Hey, the documentation indeed states that kinetic scrolling only works for touchscreen devices, which is wrong since it should also work with touchpads. We will update the documentation accordingly. It works here on my touchpad, where exactly does it not work? You mentioned documents and websites