1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Reword xmldoc

This commit is contained in:
smoogipoo 2018-04-13 21:15:08 +09:00
parent 733f70cbd5
commit cf65833572

View File

@ -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;