mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
config: support <tapAndDrag> and <dragLock>
This commit is contained in:
parent
4268991105
commit
3c3656f74e
6 changed files with 48 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ libinput_category_init(struct libinput_category *l)
|
|||
l->left_handed = -1;
|
||||
l->tap = LIBINPUT_CONFIG_TAP_ENABLED;
|
||||
l->tap_button_map = LIBINPUT_CONFIG_TAP_MAP_LRM;
|
||||
l->tap_and_drag = -1;
|
||||
l->drag_lock = -1;
|
||||
l->accel_profile = -1;
|
||||
l->middle_emu = -1;
|
||||
l->dwt = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue