mirror of
https://github.com/SFML/SFML.git
synced 2025-02-19 06:39:59 +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.