mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Propagate framework updates
This commit is contained in:
@ -16,7 +16,7 @@ using OpenTK.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
{
|
||||
public class GameplayCursor : CursorContainer, IHandleKeyBindings<OsuAction>
|
||||
public class GameplayCursor : CursorContainer, IKeyBindingHandler<OsuAction>
|
||||
{
|
||||
protected override Drawable CreateCursor() => new OsuCursor();
|
||||
|
||||
|
Reference in New Issue
Block a user