mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 04:12:56 +08:00
Merge pull request #2071 from peppy/fix-textboxes
Update framework (and fix left/right arrow control of textboxes)
This commit is contained in:
commit
e1f81488cd
@ -1 +1 @@
|
||||
Subproject commit 52b97a5832410eb868421fd7c55cdb67620330d0
|
||||
Subproject commit 458ebc2d4626c74bb8059cd28b44eb7adba74fbb
|
@ -18,6 +18,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public Action Exit;
|
||||
|
||||
public override bool HandleLeftRightArrows => false;
|
||||
|
||||
private bool focus;
|
||||
public bool HoldFocus
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user