diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input/libinput.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/sway/input/libinput.h b/include/sway/input/libinput.h new file mode 100644 index 00000000..de019976 --- /dev/null +++ b/include/sway/input/libinput.h @@ -0,0 +1,9 @@ +#ifndef _SWAY_INPUT_LIBINPUT_H +#define _SWAY_INPUT_LIBINPUT_H +#include "sway/input/input-manager.h" + +void sway_input_configure_libinput_device(struct sway_input_device *device); + +void sway_input_reset_libinput_device(struct sway_input_device *device); + +#endif |