Add test step to test pushing after a previous screen is made current.

This commit is contained in:
DrabWeb
2018-05-11 04:45:27 -03:00
parent 6f7d0c19ef
commit fa403e4e2a
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,7 @@ namespace osu.Game.Graphics.UserInterface
public override bool HandleKeyboardInput => State == Visibility.Visible;
public override bool HandleMouseInput => State == Visibility.Visible;
public override bool IsRemovable => true;
private Visibility state;