mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 23:33:23 +08:00
Add xmldoc for OnBackButton
This commit is contained in:
parent
36041fc245
commit
21ed9df1ea
@ -57,6 +57,9 @@ namespace osu.Game.Screens
|
||||
/// </summary>
|
||||
bool AllowRateAdjustments { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether there are sub overlays/screens that need closing with the back button before this <see cref="IOsuScreen"/> can be exited.
|
||||
/// </summary>
|
||||
bool OnBackButton();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user