From a4a9521702c5ae21aae756dc25437100f46e35e1 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Fri, 29 Mar 2024 11:25:49 +0200 Subject: [PATCH] comment --- src/ruisapp/glue/linux/glue_wayland.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ruisapp/glue/linux/glue_wayland.cxx b/src/ruisapp/glue/linux/glue_wayland.cxx index 1742aac..ee0c362 100644 --- a/src/ruisapp/glue/linux/glue_wayland.cxx +++ b/src/ruisapp/glue/linux/glue_wayland.cxx @@ -183,7 +183,9 @@ struct window_wrapper : public utki::destructable { { auto& self = *static_cast(data); + // we get +-10 for each mouse wheel step auto val = wl_fixed_to_int(value); + // std::cout << "mouse axis: " << std::dec << axis << ", val = " << val << std::endl; for (unsigned i = 0; i != 2; ++i) {