1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Add override to fix left/right arrow control

This commit is contained in:
Dean Herbert 2018-02-15 19:41:15 +09:00
parent e2421ffe31
commit 96c23d2a62

View File

@ -18,6 +18,8 @@ namespace osu.Game.Graphics.UserInterface
public Action Exit;
public override bool HandleLeftRightArrows => false;
private bool focus;
public bool HoldFocus
{