Refactor a bit for readability

This commit is contained in:
Dan Balasescu
2022-11-18 13:55:37 +09:00
parent d1b2116400
commit 551192b413
2 changed files with 7 additions and 7 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
AllowMainMouseButtons = Ruleset != null,
Defaults = defaultGroup.Select(d => d.KeyCombination),
BindingFinalised = bindingCompleted
BindingUpdated = onBindingUpdated
});
}
@ -66,7 +66,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
});
}
private void bindingCompleted(KeyBindingRow sender)
private void onBindingUpdated(KeyBindingRow sender)
{
if (AutoAdvanceTarget)
{