Fix escape key to exit PlaySongSelect

This is less than ideal but is the least disruptive solution. The
InputManager itself holds Escape keypresses from getting to anything
else if something is focused.
This commit is contained in:
Drew DeVault
2017-01-31 19:00:54 -05:00
parent 637a99e8d0
commit 4597a765b8
3 changed files with 14 additions and 11 deletions

View File

@ -146,6 +146,7 @@ namespace osu.Game.Screens.Select
Position = wedged_container_start_position,
RelativeSizeAxes = Axes.X,
FilterChanged = filterChanged,
Exit = () => Exit(),
},
beatmapInfoWedge = new BeatmapInfoWedge
{