Files
Ryujinx/src/Ryujinx.Horizon/Sdk/Hid/TouchScreenModeForNx.cs
Isaac Marovitz baf85f3b93 More progress
2024-07-20 17:26:28 +01:00

10 lines
155 B
C#

namespace Ryujinx.Horizon.Sdk.Hid
{
enum TouchScreenModeForNx : byte
{
UseSystemSetting = 0,
Finger = 1,
Heat2 = 2
}
}