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

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

bug#25842: 25.1; Mouse stops working after using Logitech mouse's minimi


From: Lars Ingebrigtsen
Subject: bug#25842: 25.1; Mouse stops working after using Logitech mouse's minimize button
Date: Wed, 04 Aug 2021 13:28:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> I installed the mingw-w64 version of gdb (8.1). I've been poking around 
>> looking around for how to capture mouse events but I'm not seeing anything 
>> obvious. Is this an easy thing to capture, or will it take some expertise? 
>
> Look in w32term.c, where it processes these messages:
>
>       case WM_LBUTTONDOWN:
>       case WM_LBUTTONUP:
>       case WM_MBUTTONDOWN:
>       case WM_MBUTTONUP:
>       case WM_RBUTTONDOWN:
>       case WM_RBUTTONUP:
>       case WM_XBUTTONDOWN:
>       case WM_XBUTTONUP:
>       case WM_MOUSEMOVE:
>       case WM_MOUSEWHEEL:
>         case WM_MOUSEHWHEEL:
>
> That's where the processing of mouse events starts in Emacs.

Robert, have you gotten any further debugging this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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