mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09:00
10 lines
157 B
C#
10 lines
157 B
C#
using System;
|
|
namespace osu.Game.Configuration
|
|
{
|
|
public enum ConfineMouseMode
|
|
{
|
|
Never,
|
|
Fullscreen,
|
|
Always
|
|
}
|
|
} |