libinput: implement threeFingerDrag feature

This commit is contained in:
may 2025-06-06 23:08:53 +02:00 committed by Hiroaki Yamamoto
parent 22d319cce8
commit e96b5af42d
7 changed files with 47 additions and 1 deletions

View file

@ -24,6 +24,7 @@ libinput_category_init(struct libinput_category *l)
#else
l->drag_lock = -1;
#endif
l->three_finger_drag = -1;
l->accel_profile = -1;
l->middle_emu = -1;
l->dwt = -1;