mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-16 10:52:07 -07:00
More progress
This commit is contained in:
9
src/Ryujinx.Horizon/Sdk/Hid/TouchScreenModeForNx.cs
Normal file
9
src/Ryujinx.Horizon/Sdk/Hid/TouchScreenModeForNx.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Horizon.Sdk.Hid
|
||||
{
|
||||
enum TouchScreenModeForNx : byte
|
||||
{
|
||||
UseSystemSetting = 0,
|
||||
Finger = 1,
|
||||
Heat2 = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user