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