aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2024-04-10 18:01:50 -0300
committerFurkan Sahin <furkan-dev@proton.me>2024-04-10 18:01:50 -0300
commite84c00e219747a441e5a259c3574a56ce35d6a54 (patch)
tree48b68907efb0c0fa32cf507effa73cc29188531e /include
parentfba6946a9d57806359a1b81ca97b8070015ed1b0 (diff)
Implement clickfinger_button_map support.
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
-rw-r--r--include/sway/config.h1
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;