diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-04-24 16:06:10 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-04-24 16:06:10 +1000 |
| commit | 920345b940bb3993c389d9e9be1a75a8041d431d (patch) | |
| tree | 562e53906a14c31ba8a21b3c2ae64c652a16acb4 /src/input/include/input_touch_wheel.hpp | |
| parent | 531475e3511e9c722677d3a351b51d4a579876df (diff) | |
| download | tangara-fw-920345b940bb3993c389d9e9be1a75a8041d431d.tar.gz | |
Support getting a tree of controls + hooks via lua
Diffstat (limited to 'src/input/include/input_touch_wheel.hpp')
| -rw-r--r-- | src/input/include/input_touch_wheel.hpp | 3 |
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: |
