mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Always confine mouse to screen when running fullscreen
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user