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

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

bug#57995: <wheel-right> with pixel-scroll-precision-mode


From: Po Lu
Subject: bug#57995: <wheel-right> with pixel-scroll-precision-mode
Date: Tue, 08 Nov 2022 09:42:55 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Tak Kunihiro <tak.kunihiro@gmail.com> writes:

> Without modifying break point, I got following results.
>
>> (lldb) p horizontal
> (bool) $0 = true
>> (lldb) p emacs_event->kind
> (event_kind) $1 = HORIZ_WHEEL_EVENT
>> (lldb) p totalDeltaX
>
> (int) $2 = 0

Would you please print the contents of the following variables as well?

  (lldb) p emacs_event->modifiers
  (lldb) p scrollUp
  (lldb) p delta

TIA.




reply via email to

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