diff options
Diffstat (limited to 'src/drivers/include/touchwheel.hpp')
| -rw-r--r-- | src/drivers/include/touchwheel.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/include/touchwheel.hpp b/src/drivers/include/touchwheel.hpp index f42b575b..38e8a9f1 100644 --- a/src/drivers/include/touchwheel.hpp +++ b/src/drivers/include/touchwheel.hpp @@ -35,6 +35,8 @@ class TouchWheel { auto Update() -> void; auto GetTouchWheelData() const -> TouchWheelData; + auto PowerDown() -> void; + private: TouchWheelData data_; |
