mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Add audio feedback for Esc/Back clearing text from a FocusedTextBox
This commit is contained in:
@ -88,6 +88,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
if (Text.Length > 0)
|
||||
{
|
||||
Text = string.Empty;
|
||||
PlayFeedbackSample(FeedbackSampleType.TextRemove);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user