flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Zooming/panning on notebook trackpads #532

Open flandreas opened 1 year ago

flandreas commented 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