1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 02:29:54 +08:00

select all input text on popup for an easy typing experience

This commit is contained in:
OliBomby
2024-05-25 18:41:31 +02:00
Unverified
parent 6aa92bcc45
commit 88314dc584
4 changed files with 14 additions and 2 deletions
@@ -87,6 +87,8 @@ namespace osu.Game.Graphics.UserInterfaceV2
public bool TakeFocus() => GetContainingFocusManager().ChangeFocus(textBox);
public bool SelectAll() => textBox.SelectAll();
private bool updatingFromTextBox;
private void textChanged(ValueChangedEvent<string> change)