GNU bug report logs -
#56779
29.0.50; [wishlist] Function to check if a mouse-button is pressed
Previous Next
Full log
View this message in rfc822 format
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.