Handle mouse back button using OnMouseDown override instead of using GlobalAction

This commit is contained in:
Roman Kapustin
2018-05-08 00:22:11 +03:00
parent b08b24b6da
commit 44bbb8700e
7 changed files with 43 additions and 44 deletions

View File

@ -18,6 +18,7 @@ namespace osu.Game.Screens
private bool showDisclaimer;
public override bool ShowOverlaysOnEnter => false;
protected override bool AllowBackButton => false;
public Loader()
{