gillius / jfxutils

JavaFX Utilities - Zoom and Pan Charts and Pane Scaling
Apache License 2.0
68 stars 22 forks source link

Gesture events support #21

Open graynk opened 5 years ago

graynk commented 5 years ago

So far ChartPanManager and JFXChartUtil accept only MouseEvents. Any plans to support GestureEvents as well? I'd like to pan with two-finger drag and zoom with pinches.

gillius commented 5 years ago

That sounds like a good idea. Unfortunately, I'm not actively developing jfxutils anymore, but I'll be responsive to any PRs.