...
In general a touch screen that is recognized by Linux and generates events EV_KEY
, EV_ABS and EV_SYN
will events will work with JavaFX.
Raspberry Pi OS
...
Warning |
---|
The |
Touch events
A touch screen attached to the Raspberry Pi generates both TouchEvent
s and MouseEvent
s. Only a single touch point is supported by default, but there is experimental support for multitouch events. To enable multitouch, set the system property -D
com.sun.javafx.experimental.embedded.multiTouch=true
on the Java command line.