]> git.eshelyaron.com Git - emacs.git/commit
Pan during touch screen pinch gestures
authorPo Lu <luangruo@yahoo.com>
Thu, 16 Nov 2023 03:29:58 +0000 (11:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 16 Nov 2023 03:29:58 +0000 (11:29 +0800)
commitd03677343e9a54f76de7e3ac2db6e22df3fa4333
tree7fd6ecb58756210f6d2f40b4de62571202e50bfe
parentff1f82cbe3fa9aee354581f2798faaae7163ea44
Pan during touch screen pinch gestures

* doc/lispref/commands.texi (Touchscreen Events): Document new
ratio-diff parameter to touchscreen-pinch events.

* lisp/completion-preview.el (completion-preview-commands):
Account text-conversion events preview commands as well.

* lisp/touch-screen.el (touch-screen-aux-tool): Introduce two
new elements.
(touch-screen-pinch): Scroll window in accord with event deltas.
(touch-screen-handle-aux-point-update): Supply the ratio
difference in generated events.
(touch-screen-handle-touch): Create a vector with those two new
elements.
doc/lispref/commands.texi
lisp/completion-preview.el
lisp/touch-screen.el