mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Merge pull request #2071 from peppy/fix-textboxes
Update framework (and fix left/right arrow control of textboxes)
This commit is contained in:
Submodule osu-framework updated: 52b97a5832...458ebc2d46
@ -18,6 +18,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
public Action Exit;
|
public Action Exit;
|
||||||
|
|
||||||
|
public override bool HandleLeftRightArrows => false;
|
||||||
|
|
||||||
private bool focus;
|
private bool focus;
|
||||||
public bool HoldFocus
|
public bool HoldFocus
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user