mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Add override to fix left/right arrow control
This commit is contained in:
parent
e2421ffe31
commit
96c23d2a62
@ -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