Variable: touch-screen-current-timer
touch-screen-current-timer is a variable defined in
touch-screen.el.gz.
Value
nil
Documentation
Timer used to track long-presses.
This is always cleared upon any significant state change.
Source Code
;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defvar touch-screen-current-timer nil
"Timer used to track long-presses.
This is always cleared upon any significant state change.")