1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 18:47:27 +08:00
osu-lazer/osu.Game/Input/Bindings
Dean Herbert 995c244cee Remove alt-mousewheel bindings for volume adjustment
With the recent changes to the order of processing key bindings
(`GlobalAction`s are handled first), having the alt-wheel bindings in here causes a
regression as they are handled before `OnScroll` events.

Specifically, this means editor alt-scroll functionality no longer works
with the default bindings.

Removing the bindings fixes this, while also still allowing alt-wheel
adjustment of the volume via `VolumeControlReceptor`:

a2f50af424/osu.Game/Overlays/Volume/VolumeControlReceptor.cs (L21-L26)

In conjunction with the special case in `OsuScrollContainer`:

02d5b1352b/osu.Game/Graphics/Containers/OsuScrollContainer.cs (L103-L105)
2021-04-12 14:00:32 +09:00
..
DatabasedKeyBinding.cs Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
DatabasedKeyBindingContainer.cs Reorder defaults to give non-global areas priority for global actions 2021-04-07 17:42:49 +09:00
GlobalActionContainer.cs Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00