mirror of
https://github.com/bevyengine/bevy.git
synced 2026-06-30 15:55:32 -04:00
6561ee9d46
# Objective Fixes #24508 ## Solution Replace `MouseScrollUnit` with a Resource of the same name and remove it from the structs and events related to scrolling. More work still needs to be done to make sure that the value in `MouseScrollUnit` is actually respected ## Testing - Running standard test suite/ci as well as related examples to make sure that they haven't broken