mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Maintain the current gameplay state in OsuGame
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user