mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Add explanatory comment
This commit is contained in:
parent
6e379f0646
commit
9f220b3b9b
@ -30,6 +30,7 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user