GNU bug report logs - #56779
29.0.50; [wishlist] Function to check if a mouse-button is pressed

Previous Next

Package: emacs;

Reported by: Visuwesh <visuweshm <at> gmail.com>

Date: Tue, 26 Jul 2022 08:59:02 UTC

Severity: wishlist

Found in version 29.0.50

Full log


Message #8 received at 56779 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Visuwesh <visuweshm <at> gmail.com>
Cc: 56779 <at> debbugs.gnu.org
Subject: Re: bug#56779: 29.0.50; [wishlist] Function to check if a
 mouse-button is pressed
Date: Tue, 26 Jul 2022 18:18:40 +0800
Visuwesh <visuweshm <at> gmail.com> writes:

> Currently, to know if a mouse button is being pressed, one has to keep
> track of state by cleverly utilising [down-mouse-N] and [mouse-N] events
> (see [1]).  It is certainly no easy task, it would be really nice if
> Emacs had the equivalent of `xinput --query-state <mouse-id>' [2]
> (the implementation of which can be found in state.c in xinput's
> source).

Relying on the X input extension is not portable, not only outside of
X, but also inside Emacs, which supports being run on X servers where
the input extension is not available.

How about a function that returns a list of mouse buttons currently held
down on a given terminal? That would be very straightforward to
implement.




This bug report was last modified 2 years and 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.