mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add xmldoc for updateBindTarget
This commit is contained in:
@ -320,6 +320,9 @@ namespace osu.Game.Overlays.KeyBinding
|
|||||||
base.OnFocusLost(e);
|
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()
|
private void updateBindTarget()
|
||||||
{
|
{
|
||||||
if (bindTarget != null) bindTarget.IsBinding = false;
|
if (bindTarget != null) bindTarget.IsBinding = false;
|
||||||
|
Reference in New Issue
Block a user