tom91136 / GestureFX

A lightweight pinch-to-zoom pane for JavaFX
Apache License 2.0
63 stars 5 forks source link

Scrolling and Zooming #4

Open miho opened 4 years ago

miho commented 4 years ago

The default behavior of the GesturePane seems to exclusively register zoom gestures. Is there a way to add rotation and translation support to fully resemble the behavior of mobile UIs? On Android and iOS the pinch to zoom is often also used to trigger a full transformation (translate, zoom, rotate).

bgmf commented 3 years ago

This sounds definitely like a good idea. Maybe we should look into it and push something...