namespace Ryujinx.HLE.HOS.Services.Hid { public struct KeyboardInput { public int Modifier; public int[] Keys; } }