mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:57:52 +08:00
Reword xmldoc to specify intended usage
This commit is contained in:
parent
350a4a153b
commit
e2c043737d
@ -58,8 +58,12 @@ namespace osu.Game.Screens
|
|||||||
bool AllowRateAdjustments { get; }
|
bool AllowRateAdjustments { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether there are sub overlays/screens that need closing with the back button before this <see cref="IOsuScreen"/> can be exited.
|
/// Invoked when the back button has been pressed to close any overlays before exiting this <see cref="IOsuScreen"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// Return <c>true</c> to block this <see cref="IOsuScreen"/> from being exited after closing an overlay.
|
||||||
|
/// Return <c>false</c> if this <see cref="IOsuScreen"/> should continue exiting.
|
||||||
|
/// </remarks>
|
||||||
bool OnBackButton();
|
bool OnBackButton();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user