diff options
Diffstat (limited to 'src/tangara/input/input_touch_wheel.hpp')
| -rw-r--r-- | src/tangara/input/input_touch_wheel.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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_; |
