You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Update to Bevy 0.19.0.
Adjust the scaling of input values for Binding::mouse_wheel() when input comes from trackpads, so they are scaled the same as mouse wheels. In other words, MouseWheel events measured in MouseWheelUnit::Pixels now result in a similar feel as those from MouseWheelUnit::Lines, by dividing by MouseScrollUnit::SCROLL_UNIT_CONVERSION_FACTOR.