1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Updates in-line with framework.

This commit is contained in:
Dean Herbert 2017-04-18 15:34:53 +09:00
parent 1df3189e5d
commit 727086c0b2
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
3 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Overlays.Toolbar
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughInput => false;
protected override bool BlockPassThroughMouse => false;
private const double transition_time = 500;

View File

@ -25,6 +25,8 @@ namespace osu.Game.Screens.Play
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughKeyboard => true;
public Action OnRetry;
public Action OnQuit;

View File

@ -47,7 +47,7 @@ namespace osu.Game.Screens.Select
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughInput => false;
protected override bool BlockPassThroughMouse => false;
protected override void PopIn()
{