Add xmldoc for updateBindTarget

This commit is contained in:
Joehu 2020-08-02 12:26:09 -07:00
parent a8991bb8bf
commit b96e32b0bb
1 changed files with 3 additions and 0 deletions

View File

@ -320,6 +320,9 @@ protected override void OnFocusLost(FocusLostEvent 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()
{
if (bindTarget != null) bindTarget.IsBinding = false;