Hi, I'm a student of Computer Science at Politecnico of Turin, I am making a gesture recognition (for touchpad) software that gets events through "evdev" and is able to correctly recognize following gestures:
- 2 Fingers pinch in and out - 3 fingers swipe and pinch - 4 fingers swipe and pinch My custom implementation provides informations about the distance travelled, the delta time and other useful information to implement gestures for an amazing experience like in Mac Os or Windows. The application is supposed to support every touchpad capable of handling 4 fingers thanks to its customization of threshold. I would like to have this implemented in KDE environment. I am the only one working at this project but I can implement this by myself and show the results. Hope to hear from you soon, thanks for your time.