aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Ui/KeyReleasedHandler.cs
blob: 4faaa529ccacff76ee52b101e8be9a9e03ad0eb3 (plain) (blame)
1
2
3
4
5
6
using Ryujinx.Common.Configuration.Hid;

namespace Ryujinx.HLE.Ui
{
    public delegate bool KeyReleasedHandler(Key key);
}