From 920345b940bb3993c389d9e9be1a75a8041d431d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 24 Apr 2024 16:06:10 +1000 Subject: Support getting a tree of controls + hooks via lua --- src/input/include/input_touch_wheel.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/input/include/input_touch_wheel.hpp') 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 override; + auto sensitivity() -> lua::Property&; private: -- cgit v1.2.3