summaryrefslogtreecommitdiff
path: root/src/input/include/input_touch_wheel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/include/input_touch_wheel.hpp')
-rw-r--r--src/input/include/input_touch_wheel.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/include/input_touch_wheel.hpp b/src/input/include/input_touch_wheel.hpp
index 88ebee40..1f116da9 100644
--- a/src/input/include/input_touch_wheel.hpp
+++ b/src/input/include/input_touch_wheel.hpp
@@ -27,6 +27,9 @@ class TouchWheel : public IInputDevice {
auto read(lv_indev_data_t* data) -> void override;
+ auto name() -> std::string override;
+ auto hooks() -> std::vector<TriggerHooks> override;
+
auto sensitivity() -> lua::Property&;
private: