aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/UI/KeyPressedHandler.cs
blob: 6feb11bd8a0d0df84bcee972250f137014d846a0 (plain) (blame)
1
2
3
4
5
6
using Ryujinx.Common.Configuration.Hid;

namespace Ryujinx.HLE.UI
{
    public delegate bool KeyPressedHandler(Key key);
}