all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Touch screen events and PGTK port
       [not found] <87jzqhlsih.fsf.ref@yahoo.com>
@ 2023-11-16 13:47 ` Po Lu
  2023-11-17  6:51   ` Björn Bidar
  0 siblings, 1 reply; 2+ messages in thread
From: Po Lu @ 2023-11-16 13:47 UTC (permalink / raw)
  To: emacs-devel

Anyone hankering for some mechanical task whose completion will be of
great benefit to users of the PGTK port on the GNU/Linux phones that
have come into prominence as of late should tackle supporting touch
screen events on that port.

Roughly, the process will be thus: "emulated" touch-screen events
arising from GDK's own mouse pointer emulation must be disregarded,
touch screen events delivered to the frame's view must be intercepted,
with a unique touch ID generated for each touch sequence such events
encompass, and these events must be transformed into
TOUCHSCREEN_{BEGIN,UPDATE,END} events, much as they are in xterm.c and
androidterm.c:

  https://docs.gtk.org/gdk3/struct.EventTouch.html

I took this task on myself once; but time constraints and the scarcity
of hardware to test with (at the time) combined to impede ever bringing
it to a conclusion.

Now I'm soliciting the interest and assistance of the public, in the
hope that Emacs 30 will be released in a form that users of these free
mobile windowing systems can make use of.

Thanks in advance.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Touch screen events and PGTK port
  2023-11-16 13:47 ` Touch screen events and PGTK port Po Lu
@ 2023-11-17  6:51   ` Björn Bidar
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Bidar @ 2023-11-17  6:51 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

I can help testing. I have a Lenovo Z13 with a touchscreen to run test
cases.
I also can provide builds for openSUSE for users that would like to help
testing but can't build the package.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-17  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87jzqhlsih.fsf.ref@yahoo.com>
2023-11-16 13:47 ` Touch screen events and PGTK port Po Lu
2023-11-17  6:51   ` Björn Bidar

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.