Always confine mouse to screen when running fullscreen

This commit is contained in:
Dean Herbert
2020-12-04 20:49:18 +09:00
parent a21311f029
commit 7c0edb796e
2 changed files with 11 additions and 9 deletions

View File

@ -17,11 +17,6 @@ namespace osu.Game.Input
/// </summary>
Never,
/// <summary>
/// The mouse cursor will be locked to the window bounds while in fullscreen mode.
/// </summary>
Fullscreen,
/// <summary>
/// The mouse cursor will be locked to the window bounds during gameplay,
/// but may otherwise move freely.