Revert "Handle mouse back button using OnMouseDown override instead of using GlobalAction"

This reverts commit 44bbb8700e.
This commit is contained in:
Roman Kapustin
2018-05-14 20:27:05 +03:00
parent 38d54f2a6c
commit e802b722f0
7 changed files with 48 additions and 47 deletions

View File

@ -25,7 +25,6 @@ namespace osu.Game.Screens.Menu
private readonly ButtonSystem buttons;
public override bool ShowOverlaysOnEnter => buttons.State != MenuState.Initial;
protected override bool AllowBackButton => false;
private readonly BackgroundScreenDefault background;
private Screen songSelect;