mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Make all FocusedOverlays hide on clicks outside of themselves
Also allows wheel events to pass through around them.
This commit is contained in:
@ -25,6 +25,8 @@ namespace osu.Game.Screens.Select.Options
|
||||
private readonly Box holder;
|
||||
private readonly FillFlowContainer<BeatmapOptionsButton> buttonsContainer;
|
||||
|
||||
public override bool BlockScreenWideMouse => false;
|
||||
|
||||
protected override void PopIn()
|
||||
{
|
||||
base.PopIn();
|
||||
|
Reference in New Issue
Block a user