mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Integrate key binding config with main settings
This commit is contained in:
@ -12,12 +12,12 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
public override string Header => "Input";
|
||||
public override FontAwesome Icon => FontAwesome.fa_keyboard_o;
|
||||
|
||||
public InputSection()
|
||||
public InputSection(KeyBindingOverlay keyConfig)
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new MouseSettings(),
|
||||
new KeyboardSettings(),
|
||||
new KeyboardSettings(keyConfig),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user