mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Instantly hide cursor for required frames while taking screenshot
This commit is contained in:
@ -18,6 +18,9 @@ namespace osu.Game.Graphics.Cursor
|
||||
{
|
||||
public class MenuCursor : CursorContainer
|
||||
{
|
||||
public bool ShowCursor = true;
|
||||
public override bool IsPresent => ShowCursor && base.IsPresent;
|
||||
|
||||
protected override Drawable CreateCursor() => new Cursor();
|
||||
|
||||
private Bindable<bool> cursorRotate;
|
||||
|
Reference in New Issue
Block a user