Open flandreas opened 1 year ago
Allow the user to apply standard gestures for zooming and panning on notebook trackpads.
The challenge is that Java/Swing doesn't support gesture recognition. JavaFX would, and there are solution that involve JNI libraries, which is not desirable.
See also #420
Allow the user to apply standard gestures for zooming and panning on notebook trackpads.
The challenge is that Java/Swing doesn't support gesture recognition. JavaFX would, and there are solution that involve JNI libraries, which is not desirable.
See also #420