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

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

bug#51891: 29.0.50; [PATCH] Pixel delta support for wheel events on X


From: Po Lu
Subject: bug#51891: 29.0.50; [PATCH] Pixel delta support for wheel events on X
Date: Wed, 17 Nov 2021 10:38:41 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Po Lu <luangruo@yahoo.com> writes:

> Because other systems (such as GDK) have different methods of reporting
> scroll deltas.  While it makes sense in the context of the XInput 2 code
> to report them one at a time, it does not in the context of GDK, as it
> reports both deltas to Emacs at the same time.
>
> Which means the pure GTK port will report both delta-y and delta-x at
> the same time.
>
> Thanks.

And here's a new version of the patch with the fixes to documentation,
and an extra option to prevent motion events from being sent too
rapidly.

Attachment: 0002-Expose-pixel-wise-wheel-events-to-Lisp.patch
Description: Text Data


reply via email to

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