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

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

bug#56779: 29.0.50; [wishlist] Function to check if a mouse-button is pr


From: Visuwesh
Subject: bug#56779: 29.0.50; [wishlist] Function to check if a mouse-button is pressed
Date: Tue, 26 Jul 2022 15:51:54 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

[செவ்வாய் ஜூலை 26, 2022] Po Lu via "Bug reports for GNU Emacs, the Swiss army 
knife of text editors" wrote:

> Visuwesh <visuweshm@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.

That would work just fine with me, thanks.  I pointed out xinput since
that was the first straightforward thing that came up when I searched
the internet.  BTW, it would be nice if the order of the buttons was in
the order they were pressed i.e., if I pressed mouse-1 then mouse-2 the
list would be (mouse-2 mouse-1).





reply via email to

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