aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorLibravatar Cezary Drożak <cezary@drozak.net>2023-06-16 11:28:30 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-06-16 15:30:04 +0200
commitc08762901e9840d8dca008dcc8d0b5602602fd0a (patch)
treeaa275ee79e2e356ffcd6ebcaf54c417dd47494a5 /sway/commands/input.c
parentgamma_control_v1: handle destroyed output (diff)
downloadsway-c08762901e9840d8dca008dcc8d0b5602602fd0a.tar.gz
sway-c08762901e9840d8dca008dcc8d0b5602602fd0a.tar.zst
sway-c08762901e9840d8dca008dcc8d0b5602602fd0a.zip
input/libinput: add scroll_button_lock method
Closes https://github.com/swaywm/sway/issues/6987 Co-authored-by: JJGadgets <git@jjgadgets.tech> Co-authored-by: DeltaWhy <mike5713@gmail.com>
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c
index 3075b5f4..306c40f7 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -27,6 +27,7 @@ static const struct cmd_handler input_handlers[] = {
27 { "repeat_rate", input_cmd_repeat_rate }, 27 { "repeat_rate", input_cmd_repeat_rate },
28 { "rotation_angle", input_cmd_rotation_angle }, 28 { "rotation_angle", input_cmd_rotation_angle },
29 { "scroll_button", input_cmd_scroll_button }, 29 { "scroll_button", input_cmd_scroll_button },
30 { "scroll_button_lock", input_cmd_scroll_button_lock },
30 { "scroll_factor", input_cmd_scroll_factor }, 31 { "scroll_factor", input_cmd_scroll_factor },
31 { "scroll_method", input_cmd_scroll_method }, 32 { "scroll_method", input_cmd_scroll_method },
32 { "tap", input_cmd_tap }, 33 { "tap", input_cmd_tap },