Variable: pixel-scroll-precision-interpolate-mice
pixel-scroll-precision-interpolate-mice is a customizable variable
defined in pixel-scroll.el.gz.
Value
t
Documentation
Whether or not to interpolate scrolling from a mouse.
If non-nil, scrolling from the mouse wheel of an actual mouse (as opposed to a touchpad) will cause Emacs to interpolate the scroll.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/pixel-scroll.el.gz
(defcustom pixel-scroll-precision-interpolate-mice t
"Whether or not to interpolate scrolling from a mouse.
If non-nil, scrolling from the mouse wheel of an actual mouse (as
opposed to a touchpad) will cause Emacs to interpolate the scroll."
:group 'scrolling
:type 'boolean
:version "29.1")