]> git.eshelyaron.com Git - emacs.git/commit
Improve touch-screen support
authorPo Lu <luangruo@yahoo.com>
Sat, 21 Jan 2023 13:46:32 +0000 (21:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 21 Jan 2023 13:46:32 +0000 (21:46 +0800)
commit62da1e574269fd22b5bae78361a791bedf01a0ca
tree12aff262663da673b461213bd1ed230e1282074d
parent00fec0dd95011833d5310832807662eb0b5f915d
Improve touch-screen support

* doc/lispref/commands.texi (Touchscreen Events): Document
changes.
* lisp/touch-screen.el (touch-screen-current-tool): Update doc
string.
(touch-screen-precision-scroll): New user option.
(touch-screen-handle-scroll): Use traditional scrolling by
default.
(touch-screen-handle-touch): Adust format of
touch-screen-current-tool.
(touch-screen-track-tap): Don't print waiting for events.
(touch-screen-track-drag): Likewise.  Also, don't call UPDATE
until threshold is reached.
(touch-screen-drag-mode-line-1, touch-screen-drag-mode-line):
Improve window dragging.
doc/lispref/commands.texi
lisp/touch-screen.el