mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Reword xmldoc
This commit is contained in:
parent
733f70cbd5
commit
cf65833572
@ -27,7 +27,7 @@ namespace osu.Game.Graphics
|
||||
private readonly BindableBool cursorVisibility = new BindableBool(true);
|
||||
|
||||
/// <summary>
|
||||
/// Invoked when screenshots are or have finished being taken, to control whether cursors should be visible.
|
||||
/// Changed when screenshots are being or have finished being taken, to control whether cursors should be visible.
|
||||
/// If cursors should not be visible, cursors have 3 frames to hide themselves.
|
||||
/// </summary>
|
||||
public IBindable<bool> CursorVisibility => cursorVisibility;
|
||||
|
Loading…
Reference in New Issue
Block a user