mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -20,6 +20,7 @@ struct libinput_category {
|
|||
int natural_scroll;
|
||||
int left_handed;
|
||||
enum libinput_config_tap_state tap;
|
||||
enum libinput_config_tap_button_map tap_button_map;
|
||||
enum libinput_config_accel_profile accel_profile;
|
||||
enum libinput_config_middle_emulation_state middle_emu;
|
||||
enum libinput_config_dwt_state dwt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue