mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 14:01:24 +08:00
Merge branch 'master' into skin--completion
This commit is contained in:
+1
-1
Submodule osu-framework updated: cc39713fbf...241133f0a6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user