Variable: touch-screen-enable-hscroll

touch-screen-enable-hscroll is a customizable variable defined in touch-screen.el.gz.

Value

t

Documentation

If non-nil, hscroll can be changed from the touch screen.

When enabled, tapping on a window and dragging your finger left or right will scroll that window horizontally.

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

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defcustom touch-screen-enable-hscroll t
  "If non-nil, hscroll can be changed from the touch screen.
When enabled, tapping on a window and dragging your finger left
or right will scroll that window horizontally."
  :type 'boolean
  :group 'touch-screen
  :version "30.1")