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