1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 06:33:21 +08:00

Merge branch 'master' into abstract-model-managers

This commit is contained in:
Dean Herbert 2018-02-15 20:39:08 +09:00 committed by GitHub
commit 9ea7f12f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 52b97a5832410eb868421fd7c55cdb67620330d0
Subproject commit 458ebc2d4626c74bb8059cd28b44eb7adba74fbb

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
{