implement libinput tapButtonMap setting

this is a standard libinput setting that was not previously exposed
This commit is contained in:
bi4k8 2021-12-12 22:12:30 +00:00 committed by ARDiDo
parent 859495a8be
commit a3796fa6f3
4 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,7 @@ libinput_category_init(struct libinput_category *l)
l->natural_scroll = -1;
l->left_handed = -1;
l->tap = LIBINPUT_CONFIG_TAP_ENABLED;
l->tap_button_map = LIBINPUT_CONFIG_TAP_MAP_LRM;
l->accel_profile = -1;
l->middle_emu = -1;
l->dwt = -1;