unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Precision scrolling with mouse whell on MS-Windows
@ 2021-12-01 13:44 Eli Zaretskii
  0 siblings, 0 replies; only message in thread
From: Eli Zaretskii @ 2021-12-01 13:44 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

I've implemented this on MS-Windows.  Unfortunately, I cannot fully
test this, because I have no access to any system with such a mouse.
So someone else will have to test this and find all the bugs in my
code.

One note: unlike on other systems (I think), the MS-Windows
implementation is sensitive to user's system-wide setting of what is
"scroll unit".  This is normally a small number of screen lines (by
default, 3), but can also be "the whole page".  The code I wrote
computes the pixel deltas in as a fraction of this "scroll unit".

HTH



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-01 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01 13:44 Precision scrolling with mouse whell on MS-Windows Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).