Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 JAVAFX_DEBUG environment variable is only for use in development and you shouldn't rely on it for deployment of your application. In the future this functionality might be specified differently or be removed.

Touch events

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.