osu/osu.Game
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
..
Audio
Beatmaps Merge branch 'master' into add-slider-whistle 2021-04-09 17:11:48 +09:00
Collections
Configuration
Database
Extensions
Graphics Merge pull request #12353 from nekodex/songselect-hoversamples 2021-04-10 01:45:47 +09:00
Input Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
IO
IPC
Migrations Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
Online Fix scores not being accepted due to missing ruleset ID 2021-04-09 15:18:02 +09:00
Overlays Remove obsolete code 2021-04-09 13:56:58 +09:00
Properties
Replays
Rulesets Merge pull request #11688 from Syriiin/diffcalc/dynamic-history 2021-04-10 01:25:07 +09:00
Scoring
Screens Merge pull request #12353 from nekodex/songselect-hoversamples 2021-04-10 01:45:47 +09:00
Skinning Fix incorrect default font overlap for score and combo 2021-03-26 10:35:46 +03:00
Storyboards
Tests Merge pull request #12321 from smoogipoo/add-spectate-button-and-state 2021-04-08 19:48:58 +09:00
Updater
Users Fix accuracy displaying incorrectly in online contexts 2021-03-30 22:42:32 +09:00
Utils
osu!.res
osu.Game.csproj Update framework 2021-04-10 02:14:28 +09:00
OsuGame.cs Clean up implementation 2021-04-05 22:30:51 +09:00
OsuGameBase.cs Remove necessity for nested PassThroughInputManger 2021-04-08 15:18:31 +09:00
PerformFromMenuRunner.cs