Properly translate touch screen events into mouse drag ones
authorPo Lu <luangruo@yahoo.com>
Mon, 2 Oct 2023 07:38:30 +0000 (15:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 2 Oct 2023 07:38:30 +0000 (15:38 +0800)
commitad2bb3e9f36d1a4f25e1e2228586331b40a30a46
tree8acee39df39d07b131ff38832d63c8d55fe9a976
parentdb704687bb9992212cec0d5435f6dcd75161e229
Properly translate touch screen events into mouse drag ones

* doc/lispref/commands.texi (Drag Events): Correct misleading
example form and reword subsequent elaboration.

* lisp/touch-screen.el (touch-screen-handle-point-up)
<mouse-drag>: Set posns representing drag start and terminus to
mouse position lists, in lieu of pairs between windows and posns
employed previously.
doc/lispref/commands.texi
lisp/touch-screen.el