1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 15:30:06 +08:00

Merge branch 'master' into skin--completion

This commit is contained in:
Dean Herbert
2018-03-22 19:04:22 +09:00
committed by GitHub
Unverified
2 changed files with 4 additions and 1 deletions
@@ -30,6 +30,9 @@ namespace osu.Game.Graphics.UserInterface
}
}
// We may not be focused yet, but we need to handle keyboard input to be able to request focus
public override bool HandleKeyboardInput => HoldFocus || base.HandleKeyboardInput;
protected override void OnFocus(InputState state)
{
base.OnFocus(state);