#JavaFX is missing the touch bindings to GTK3 on Linux desktop. This means JavaFX doesn't work with touchscreens on Linux Desktop (thus PinePhone, PineTab). I've been working on getting it up and running, and have plotted out the path from gtk to java anyway. But now I am kind of blocked on how to actually translate the #GDK touch events to JavaFX's Touch framework 🤔 Anyone have any ideas? I can link the git repo if interested.