Variable: touch-screen-precision-scroll

touch-screen-precision-scroll is a customizable variable defined in touch-screen.el.gz.

Value

nil

Documentation

Whether or not to use precision scrolling for touch screens.

See pixel-scroll-precision-mode(var)/pixel-scroll-precision-mode(fun) for more details.

This variable was added, or its default value changed, in Emacs 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defcustom touch-screen-precision-scroll nil
  "Whether or not to use precision scrolling for touch screens.
See `pixel-scroll-precision-mode' for more details."
  :type 'boolean
  :group 'touch-screen
  :version "30.1")