mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Add xmldoc for updateBindTarget
This commit is contained in:
parent
a8991bb8bf
commit
b96e32b0bb
@ -320,6 +320,9 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
base.OnFocusLost(e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Updates the bind target to the currently hovered key button or the first if clicked anywhere else.
|
||||
/// </summary>
|
||||
private void updateBindTarget()
|
||||
{
|
||||
if (bindTarget != null) bindTarget.IsBinding = false;
|
||||
|
Loading…
Reference in New Issue
Block a user