Re: Missing events
Eli Zaretskii <[email protected]> Thu, 03 Jul 2025 18:52:32 +0300
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
> From: Juan Jose Garcia-Ripoll <[email protected]> > Date: Thu, 3 Jul 2025 15:40:57 +0200 > Cc: [email protected] > > How can I debug this? I am not asking you to solve the problem. But the manual does not offer information > about how to intercept the events or investigate if they are reaching Emacs at all. "C-h l" will show you what input events Emacs saw. This is in the manual. The code which processes mouse clicks on MS-Windows begins in src/w32term.c, under "case WM_LBUTTONDOWN", and continues in src/keyboard.c under "case MOUSE_CLICK_EVENT". Once again, I suggest to submit a bug report, so we could discuss this on the bug tracker. This list is not the proper forum for debugging such problems.