mirror of
https://github.com/SFML/SFML.git
synced 2025-03-14 01:40:05 +08:00
Instead of separate Event::MouseWheel{Vertical,Horizontal}Moved events, a single Event::MouseWheelScrolled event is used for all wheel-related events. The new Mouse::Wheel enum is used to differentiate between mouse wheels.