- Loading...
...
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.
...
| Warning |
|---|
The |
A touch screen attached to the Raspberry Pi generates both TouchEvents and MouseEvents. Only a single touch point is supported by default, but there is experimental support for multitouch events. To enable multitouch, set the system property -Dcom.sun.javafx.experimental.embedded.multiTouch=true on the Java command line.