Implement tap_button_map for input devices

This commit is contained in:
Brian Ashworth 2018-07-14 01:01:47 -04:00
parent 63f28bcf1e
commit 13c6627ddb
8 changed files with 53 additions and 0 deletions

View file

@ -121,6 +121,7 @@ sway_sources = files(
'commands/input/scroll_button.c',
'commands/input/scroll_method.c',
'commands/input/tap.c',
'commands/input/tap_button_map.c',
'commands/input/xkb_layout.c',
'commands/input/xkb_model.c',
'commands/input/xkb_options.c',