Maintain the current gameplay state in OsuGame

This commit is contained in:
Shane Woolcock
2020-10-06 22:39:35 +10:30
parent 782fc1d60f
commit 478f2dec96
5 changed files with 33 additions and 25 deletions

View File

@ -23,11 +23,11 @@ namespace osu.Game.Input
Fullscreen,
/// <summary>
/// The mouse cursor will be locked to the window bounds while overlays are disabled,
/// The mouse cursor will be locked to the window bounds during gameplay,
/// but may otherwise move freely.
/// </summary>
[Description("During Gameplay")]
WhenOverlaysDisabled,
DuringGameplay,
/// <summary>
/// The mouse cursor will always be locked to the window bounds while the game has focus.