aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/libinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/libinput.h')
-rw-r--r--include/sway/input/libinput.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/sway/input/libinput.h b/include/sway/input/libinput.h
index de019976..1f84a8e3 100644
--- a/include/sway/input/libinput.h
+++ b/include/sway/input/libinput.h
@@ -2,8 +2,13 @@
2#define _SWAY_INPUT_LIBINPUT_H 2#define _SWAY_INPUT_LIBINPUT_H
3#include "sway/input/input-manager.h" 3#include "sway/input/input-manager.h"
4 4
5void sway_input_configure_libinput_device(struct sway_input_device *device); 5bool sway_input_configure_libinput_device(struct sway_input_device *device);
6
7void sway_input_configure_libinput_device_send_events(
8 struct sway_input_device *device);
6 9
7void sway_input_reset_libinput_device(struct sway_input_device *device); 10void sway_input_reset_libinput_device(struct sway_input_device *device);
8 11
12bool sway_libinput_device_is_builtin(struct sway_input_device *device);
13
9#endif 14#endif