From b255ea799eead9668e7fd69a286349ac4a74a73c Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 29 Apr 2024 12:42:16 +1000 Subject: Add lua bindings for override input hooks --- src/input/include/input_touch_wheel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 1f116da9..764cc68d 100644 --- a/src/input/include/input_touch_wheel.hpp +++ b/src/input/include/input_touch_wheel.hpp @@ -28,7 +28,7 @@ class TouchWheel : public IInputDevice { auto read(lv_indev_data_t* data) -> void override; auto name() -> std::string override; - auto hooks() -> std::vector override; + auto triggers() -> std::vector> override; auto sensitivity() -> lua::Property&; -- cgit v1.2.3