mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add comment
This commit is contained in:
@ -85,6 +85,8 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
protected override bool OnScroll(ScrollEvent e)
|
protected override bool OnScroll(ScrollEvent e)
|
||||||
{
|
{
|
||||||
|
// allow for controlling volume when alt is held.
|
||||||
|
// mostly for compatibility with osu-stable.
|
||||||
if (e.AltPressed) return false;
|
if (e.AltPressed) return false;
|
||||||
|
|
||||||
return base.OnScroll(e);
|
return base.OnScroll(e);
|
||||||
|
Reference in New Issue
Block a user