mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:53:00 +08:00
Add xmldoc for OnBackButton
This commit is contained in:
parent
36041fc245
commit
21ed9df1ea
@ -57,6 +57,9 @@ namespace osu.Game.Screens
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
bool AllowRateAdjustments { get; }
|
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();
|
bool OnBackButton();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user