mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add override to fix left/right arrow control
This commit is contained in:
@ -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