Merge pull request #2071 from peppy/fix-textboxes

Update framework (and fix left/right arrow control of textboxes)
This commit is contained in:
Dean Herbert
2018-02-15 20:28:33 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ namespace osu.Game.Graphics.UserInterface
public Action Exit;
public override bool HandleLeftRightArrows => false;
private bool focus;
public bool HoldFocus
{