fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Sergio Lopez :fedora:

Transposing multi-touch events from the host to an Android guest running on QEMU.

@slp Looks great. At which abstraction level are the events being sent and handled?

@adrianlshaw @slp I was wondering the same, this reminds me of the days I worked on RDP8 multitouch redirection from Linux

@awakecoding @slp That's cool! I didn't realise RDP had any notion of multitouch

@adrianlshaw The events are received by the GTK widget as a GdkEventTouch event, then they are translated into Linux's input Multi-touch protocol, and finally injected into the guest via a virtio-input device.

@slp Nice. What's the host OS and hardware?

@joytrek Fedora aarch64 on a Chromebook X2.

@slp Thanks. I didn't realize Chromebooks have touchscreens.

@slp would love to see this for libinput multitouch events on my touchpad