I am developing a JavaFX application w/ OpenJDK 11 and OpenJFX 16.
App works great on Ubuntu 20.04 desktop w/ mouse, but on my Ubuntu 20.04 touch laptop, nothing works with the touch. The interface detects touch, but the events are all MOUSE_ENTERED_TARGET and MOUSE_EXITED_TARGET. It won't detect the actual touch like it does the click. I've read that others had issues w/ that w/ OpenJFX 11, but I thought that JavaFX supports touch since JavaFX 2.2.
Is there anything I must manually do for a normal JavaFX button to recognize a touch event.