marc2332 / freya

Cross-platform GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.
https://freyaui.dev/
MIT License
1.41k stars 56 forks source link

enhancement: Change scroll wheel direction based on the scroll view direction #722

Closed marc2332 closed 2 months ago

marc2332 commented 2 months ago

ScrollView direction is vertical(default): -> Wheel: go up/down -> Shift + Wheel: go left/right

ScrollView direction is horizontal: -> Wheel: go left/right -> Shift + Wheel: go up/down