From a69b95187be4afce4eefa8f7b08ceca7b88b7724 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 15 Jan 2025 15:37:35 +1100 Subject: Handle lock state in each input device, instead of in the lvgl driver --- src/tangara/input/input_touch_wheel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tangara/input/input_touch_wheel.hpp') diff --git a/src/tangara/input/input_touch_wheel.hpp b/src/tangara/input/input_touch_wheel.hpp index d5cdbbfc..982f89f4 100644 --- a/src/tangara/input/input_touch_wheel.hpp +++ b/src/tangara/input/input_touch_wheel.hpp @@ -50,6 +50,7 @@ class TouchWheel : public IInputDevice { TriggerHooks down_; TriggerHooks left_; + bool locked_; bool is_scrolling_; uint8_t threshold_; bool is_first_read_; -- cgit v1.2.3