mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-21 06:30:18 +00:00
9 lines
155 B
C#
9 lines
155 B
C#
namespace Ryujinx.Horizon.Sdk.Hid
|
|
{
|
|
enum TouchScreenModeForNx : byte
|
|
{
|
|
UseSystemSetting = 0,
|
|
Finger = 1,
|
|
Heat2 = 2
|
|
}
|
|
}
|