mirror of
https://github.com/labwc/labwc.git
synced 2026-03-03 01:40:37 -05:00
implement libinput tapButtonMap setting
this is a standard libinput setting that was not previously exposed
This commit is contained in:
parent
859495a8be
commit
a3796fa6f3
4 changed files with 11 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
|||
} else {
|
||||
wlr_log(WLR_INFO, "tap configured");
|
||||
libinput_device_config_tap_set_enabled(libinput_dev, dc->tap);
|
||||
libinput_device_config_tap_set_button_map(libinput_dev, dc->tap_button_map);
|
||||
}
|
||||
|
||||
if (libinput_device_config_scroll_has_natural_scroll(libinput_dev) <= 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue