1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00
osu-lazer/osu.Game/Input
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
..
Bindings Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
Handlers Update framework 2021-03-29 22:17:17 +09:00
ConfineMouseTracker.cs Always confine mouse to screen when running fullscreen 2020-12-04 20:49:18 +09:00
GameIdleTracker.cs Update class exclusion for dynamic compilation 2020-09-04 20:41:08 +09:00
IdleTracker.cs Apply OnRelease method signature refactorings 2020-01-22 13:22:34 +09:00
KeyBindingStore.cs Update KeyBinding usages in line with interface changes 2021-01-15 14:57:01 +09:00
OsuConfineMouseMode.cs Always confine mouse to screen when running fullscreen 2020-12-04 20:49:18 +09:00