From sorensentor at tuta.io Sun Jul 26 18:50:38 2020 From: sorensentor at tuta.io (sorensentor at tuta.io) Date: Sun, 26 Jul 2020 20:50:38 +0200 (CEST) Subject: Linux Touch Input Events Message-ID: Hello! I've been trying to build JavaFX applications for Mobile Linux devices (pine64 PinePhone and eventually the Pinetab as well, a Linux tablet, https://www.pine64.org/) These platforms use aarch64, so I had to build it from source modifying the build.gradle to add aarch64 support with Linux, following this guide: https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX After a while searching I found this bug report: https://bugs.openjdk.java.net/browse/JDK-8217955 Which would explain why none of my touch events work. The comment says it would be evaluated for JavaFX 13, however 14 is out and 15 in early access, the issue still persists. I was wondering if there was anywhere else I could find discussion on this issue or maybe work in progress builds to try? Thanks to all the hard work of the JavaFX Developers. This is a really enjoyable framework to work with.