mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
add invisible cursor for ctb
This commit is contained in:
14
osu.Game.Rulesets.Catch/UI/CatchCursorContainer.cs
Normal file
14
osu.Game.Rulesets.Catch/UI/CatchCursorContainer.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Game.Rulesets.UI;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.UI {
|
||||
class CatchCursorContainer : GameplayCursorContainer
|
||||
{
|
||||
protected override Drawable CreateCursor() => new InvisibleCursor();
|
||||
|
||||
private class InvisibleCursor : Drawable
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user