Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 29, 2024
1 parent 4236f6e commit a4a9521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ruisapp/glue/linux/glue_wayland.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ struct window_wrapper : public utki::destructable {
{
auto& self = *static_cast<registry_wrapper*>(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) {
Expand Down

0 comments on commit a4a9521

Please sign in to comment.