Use both OnKeyDown and GlobalAction.Back

This commit is contained in:
Roman Kapustin
2018-05-14 22:09:09 +03:00
parent e802b722f0
commit f2f2fb8c73
4 changed files with 21 additions and 0 deletions

View File

@ -19,6 +19,8 @@ namespace osu.Game.Screens
public override bool ShowOverlaysOnEnter => false;
protected override bool AllowBackButton => false;
public Loader()
{
ValidForResume = false;