mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00: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