Variable: touch-screen-events-received

touch-screen-events-received is a variable defined in subr.el.gz.

Value

nil

Documentation

Whether a touch screen event has ever been translated.

The value of this variable governs whether read--potential-mouse-event calls read-key or read-event.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar touch-screen-events-received nil
  "Whether a touch screen event has ever been translated.
The value of this variable governs whether `read--potential-mouse-event'
calls `read-key' or `read-event'.")