]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Tue, 11 Jul 2023 02:22:03 +0000 (10:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 11 Jul 2023 02:22:03 +0000 (10:22 +0800)
commit24ae08c11342d93ac68b284302fcf5929c19ffb0
tree0077e55402ca20cb939c3d2f7cf23ecad647b539
parentdc7ecc6e31ae431e060464a9a24f050cc29077a3
Update Android port

* java/org/gnu/emacs/EmacsView.java (onGenericMotionEvent): Call
onGenericMotionEvent.
* java/org/gnu/emacs/EmacsWindow.java (Coordinate): New fields
`button' and `id'.
(<init>): Add new arguments to the construtor.
(whatButtonWasIt): Return 0 if the button state has not changed.
(buttonForEvent): New function.
(figureChange): Return the Coordinate object associated to
EVENT.  Determine whether or not EVENT was accompanied by a
change to the button state, and ascertain which button that was.
(motionEvent): New function.
(onGenericMotionEvent, onTouchEvent): Factor out touch and mouse
event delivery to motionEvent.
java/org/gnu/emacs/EmacsView.java
java/org/gnu/emacs/EmacsWindow.java