bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57020: 29.0.50; Mouse wheel stops working


From: Po Lu
Subject: bug#57020: 29.0.50; Mouse wheel stops working
Date: Sun, 07 Aug 2022 10:47:28 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Po Lu <luangruo@yahoo.com> writes:
>
>> mouse-4/mouse-5 or wheel-up/wheel-down?
>>
>> Please be clear here, since they are handled separately under XInput
>> 2.
>
> You are right, the force of habit: When the events are considered they
> are named "wheel-up/wheel-down" - I'm sorry.
>
> Michael.

Could you instrument this chunk of xterm.c:

                      /* See the comment on top of x_cache_xi_devices
                         for more details on how scroll wheel movement
                         is reported on XInput 2.  */
                      delta = x_get_scroll_valuator_delta (dpyinfo, device,
                                                           i, *values, &val);
                      values++;

by adding:

                      printf ("%g\n", delta);

afterwards?  Then, please see if any (and what) values are printed once
the mouse wheel stops working.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]