]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sun, 16 Jul 2023 09:29:58 +0000 (17:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 16 Jul 2023 09:29:58 +0000 (17:29 +0800)
commit64256d29234b0fc3012d07cb189ebeccc2dfc187
tree0a9d6d3a069a18d54657822ff8a1618cffdcf976
parent7b346b92b4c30c634d094e6162b65a22a52b93bb
Update Android port

* doc/lispref/commands.texi (Touchscreen Events): Improve
documentation.
* lisp/tab-bar.el (tab-bar-map): Bind `[tab-bar
touchscreen-hold]'.
* lisp/touch-screen.el (touch-screen-hold, touch-screen-drag):
New functions.
(touch-screen-handle-timeout): Generate a `touchscreen-hold'
event instead.
(touch-screen-handle-point-update): Generate a
`touchscreen-drag' event upon dragging.
(touch-screen-translate-touch): Cancel touch screen timer upon
exit.
* src/keyboard.c (access_keymap_keyremap): Take unsigned int
start and end instead.
doc/lispref/commands.texi
lisp/tab-bar.el
lisp/touch-screen.el
src/keyboard.c