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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user