NpadButtonHandler.cs
1 using Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Npad; 2 3 namespace Ryujinx.HLE.UI.Input 4 { 5 delegate void NpadButtonHandler(int npadIndex, NpadButton button); 6 }
1 using Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Npad; 2 3 namespace Ryujinx.HLE.UI.Input 4 { 5 delegate void NpadButtonHandler(int npadIndex, NpadButton button); 6 }