]> git.eshelyaron.com Git - emacs.git/commit
Prevent touch screen translation from entering invalid state
authorPo Lu <luangruo@yahoo.com>
Fri, 24 Nov 2023 02:39:49 +0000 (10:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 24 Nov 2023 02:39:49 +0000 (10:39 +0800)
commit0858d10aebed44f7d66548d061af03b3cb136d04
tree9600fd032a6e737b63b26b30c89a0acc44ffcbee
parent354a2958f9ae547529b8f35cbd8659a0136d0d56
Prevent touch screen translation from entering invalid state

* lisp/subr.el (touch-screen-events-received): New variable.
(read--potential-mouse-event): If a touch screen event's been
registered thus far, continue as though xterm-mouse-mode is
enabled.

* lisp/touch-screen.el (touch-screen-handle-touch): Set that
variable.  If t-s-c-t already exists but the new touch point was
assigned the same number by the system, replace the current tool
with it rather than installing it as the anciliary tool.
lisp/subr.el
lisp/touch-screen.el