mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Update with keybinding changes
This commit is contained in:
@ -186,9 +186,9 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool OnPressed(GlobalAction action)
|
||||
public override bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
if (!base.OnPressed(action))
|
||||
if (!base.OnPressed(e))
|
||||
return false;
|
||||
|
||||
TextChanged?.Invoke();
|
||||
|
Reference in New Issue
Block a user