aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs
blob: 2d1c1c4916ce9e1b2b3d7ecd82addb3afd35ee87 (plain) (blame)
1
2
3
4
5
6
using Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Npad;

namespace Ryujinx.HLE.Ui.Input
{
    delegate void NpadButtonHandler(int npadIndex, NpadButton button);
}