Don't auto-focus textboxes when on screen keyboard would cause inconvenience

This commit is contained in:
Dean Herbert
2019-01-25 19:20:08 +09:00
parent 82d944dc89
commit 260034a80e
7 changed files with 24 additions and 7 deletions

View File

@ -103,7 +103,7 @@ namespace osu.Game.Overlays.SearchableList
protected override void OnFocus(FocusEvent e)
{
GetContainingInputManager().ChangeFocus(Filter.Search);
Filter.Search.TakeFocus();
}
protected override void PopIn()