mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update with keybinding changes
This commit is contained in:
@ -416,7 +416,7 @@ namespace osu.Game.Overlays.Mods
|
||||
return base.OnKeyDown(e);
|
||||
}
|
||||
|
||||
public override bool OnPressed(GlobalAction action) => false; // handled by back button
|
||||
public override bool OnPressed(KeyBindingPressEvent<GlobalAction> e) => false; // handled by back button
|
||||
|
||||
private void updateAvailableMods()
|
||||
{
|
||||
|
Reference in New Issue
Block a user