Variable: touch-screen-delay
touch-screen-delay is a customizable variable defined in
touch-screen.el.gz.
Value
0.7
Documentation
Delay in seconds before Emacs considers a touch to be a long-press.
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-delay 0.7
"Delay in seconds before Emacs considers a touch to be a long-press."
:type 'number
:group 'touch-screen
:version "30.1")