Correctly translate touchscreen-up events outside a frame
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 07:20:45 +0000 (15:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 07:20:45 +0000 (15:20 +0800)
commit2df3f89014a39342c402637296ee88e3749f4918
tree80c2a79053566d420dbca2c9e9a2978614e97c34
parent5d89602e290770d699d2dba860e4b5119fe0a30c
Correctly translate touchscreen-up events outside a frame

* lisp/touch-screen.el (touch-screen-translate-touch): Check if
a prefix is specified separately from prefix being non-nil.
Accept `nil' as an imaginary prefix key.
(function-key-map): Register translation functions on the tab
bar, tab lines and internal border.
lisp/touch-screen.el