all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 25842@debbugs.gnu.org, Robert Ross <robert.ross@ni.com>
Subject: bug#25842: 25.1; Mouse stops working after using Logitech mouse's minimize button
Date: Wed, 04 Aug 2021 13:28:38 +0200	[thread overview]
Message-ID: <87czqtla8p.fsf@gnus.org> (raw)
In-Reply-To: <838s2jffml.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 06 Jul 2021 21:42:42 +0300")

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	other threads:[~2021-08-04 11:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-22 22:09 bug#25842: 25.1; Mouse stops working after using Logitech mouse's minimize button Robert Ross
2017-02-23  3:41 ` Eli Zaretskii
2017-02-23 16:48   ` Robert Ross
2021-07-06 15:15     ` Lars Ingebrigtsen
2021-07-06 15:24       ` bug#25842: " Robert Ross
2021-07-06 15:56         ` Eli Zaretskii
2021-07-06 17:36           ` bug#25842: " Robert Ross
2021-07-06 18:42             ` Eli Zaretskii
2021-08-04 11:28               ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87czqtla8p.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=25842@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=robert.ross@ni.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.