diff options
| author | TarcĂsio Eduardo Moreira Crocomo <tarcisioe@pm.me> | 2024-04-10 18:01:50 -0300 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-07-04 22:47:46 +0200 |
| commit | 5be5a5005164d3ccff844f4c72836cb49cbf784a (patch) | |
| tree | 48b68907efb0c0fa32cf507effa73cc29188531e /include | |
| parent | 818ea17389326901093c0469a5225aab61ccc1ec (diff) | |
Implement clickfinger_button_map support.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/commands.h | 1 | ||||
| -rw-r--r-- | include/sway/config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 0a9fdc70..15cd8698 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -249,6 +249,7 @@ sway_cmd input_cmd_seat; sway_cmd input_cmd_accel_profile; sway_cmd input_cmd_calibration_matrix; sway_cmd input_cmd_click_method; +sway_cmd input_cmd_clickfinger_button_map; sway_cmd input_cmd_drag; sway_cmd input_cmd_drag_lock; sway_cmd input_cmd_dwt; diff --git a/include/sway/config.h b/include/sway/config.h index 3e3a104e..dfa3c1b7 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -149,6 +149,7 @@ struct input_config { int accel_profile; struct calibration_matrix calibration_matrix; int click_method; + int clickfinger_button_map; int drag; int drag_lock; int dwt; |
