Variable: touch-screen-set-point-commands

touch-screen-set-point-commands is a variable defined in touch-screen.el.gz.

Value

(mouse-set-point)

Documentation

List of commands known to set the point.

This is used to determine whether or not to display the on-screen keyboard after a mouse command is executed in response to a touchscreen-end event.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defvar touch-screen-set-point-commands '(mouse-set-point)
  "List of commands known to set the point.
This is used to determine whether or not to display the on-screen
keyboard after a mouse command is executed in response to a
`touchscreen-end' event.")