Login  Register

Re: Multi-touch support under X11 Linux

Posted by Yodoga on Nov 16, 2016; 10:14am
URL: https://forum.jogamp.org/Multi-touch-support-under-X11-Linux-tp4036262p4037413.html

hi again,

meanwhile I have implement a solution for linux and the X11 server. The solution is pretty easy:
Since version X11R7.7 (X.Org 1.12.2) touch events are supported from X server over the XInput interface. Jogl use the Xinput interface for all input events already so there was only to implement some configuration and event handling. Works like a charm.

If the jogl community is interested in this I can contribute it to github repository as described in the jogamp wiki.