diff --git a/osu.Game/Overlays/OptionsOverlay.cs b/osu.Game/Overlays/OptionsOverlay.cs index 0894cb06ca..28f67357c2 100644 --- a/osu.Game/Overlays/OptionsOverlay.cs +++ b/osu.Game/Overlays/OptionsOverlay.cs @@ -159,8 +159,12 @@ namespace osu.Game.Overlays } } + protected override bool OnHover(InputState state) => true; + protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) => true; + protected override bool OnClick(InputState state) => true; + protected override bool OnKeyDown(InputState state, KeyDownEventArgs args) { switch (args.Key)