aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Configuration/HideCursorMode.cs
blob: f4480268f2da11e4584ad31e08f7d00d420e3ad8 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Common.Configuration
{
    public enum HideCursorMode
    {
        Never,
        OnIdle,
        Always,
    }
}