Drag and touch gestures
Hervé Girod
herve.girod at gmail.com
Mon Jul 1 02:34:02 PDT 2013
Hello,
We tried to perform something as in iOS or Android where there is several active widgets, which can be selected by touch gestures, or dragged by drag gestures.
However it seems that if we allow these two gestures on the same widget, the touch gesture takes precedence and the drag is never detected.
Is there a way to allow drag AND touch gestures (for simple selections) in JavaFX ? We tried this in 2.2.
Hervé
More information about the openjfx-dev
mailing list